]> granicus.if.org Git - apache/commitdiff
Throw back in the newline, just for source legibility.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 29 Jul 2001 21:26:52 +0000 (21:26 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 29 Jul 2001 21:26:52 +0000 (21:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89770 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_autoindex.c

index 5924cff6846b126b5295f3ebf65e7f70b0087cfd..c268e3c1ee1e63268d4d3a30d32b79a15b06df4a 100644 (file)
@@ -1459,7 +1459,7 @@ static void output_directories(struct ent **ar, int n,
        ap_rputc('\n', r);
     }
     if (autoindex_opts & FANCY_INDEXING) {
-       ap_rputs("<hr /></pre>", r);
+       ap_rputs("<hr /></pre>\n", r);
     }
     else {
        ap_rputs("</ul>", r);