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

pull/112/head
Anders Trier 2020-02-18 21:33:41 +01:00 committed by Adrian Perez
parent fa13aef31b
commit 21a084d61d
1 changed files with 2 additions and 1 deletions

View File

@ -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 */