Add CRLF after the 'Parent directory' line. This makes the output easier to parse.
parent
fa13aef31b
commit
21a084d61d
|
@ -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…
Reference in New Issue