Commit b233ef24 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  Throw back in the newline, just for source legibility.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89770 13f79535-47bb-0310-9956-ffa450edef68
parent 8cb9f878
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);