Browse Source

Add CRLF after the 'Parent directory' line. This makes the output easier to parse.

pull/112/head
Anders Trier 5 years ago committed by Adrian Perez
parent
commit
21a084d61d
  1. 3
      ngx_http_fancyindex_module.c

3
ngx_http_fancyindex_module.c

@ -930,7 +930,8 @@ make_content_buf(
"\">Parent directory/</a></td>"
"<td class=\"size\">-</td>"
"<td class=\"date\">-</td>"
"</tr>");
"</tr>"
CRLF);
}
/* Entries for directories and files */

Loading…
Cancel
Save