Fix indentation and spacing
parent
cf8197c991
commit
fd0bbd7fb8
|
@ -737,7 +737,7 @@ make_content_buf(
|
||||||
tp = ngx_timeofday();
|
tp = ngx_timeofday();
|
||||||
|
|
||||||
/* "Parent dir" entry, always first if displayed */
|
/* "Parent dir" entry, always first if displayed */
|
||||||
if(r->uri.len > 1){
|
if (r->uri.len > 1) {
|
||||||
b->last = ngx_cpymem_ssz(b->last,
|
b->last = ngx_cpymem_ssz(b->last,
|
||||||
"<tr>"
|
"<tr>"
|
||||||
"<td><a href=\"../");
|
"<td><a href=\"../");
|
||||||
|
|
Loading…
Reference in New Issue