From 7cd0d1ced899c3c181a4b7a97667ca1cdf9ee54c Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sun, 29 Jul 2001 21:26:52 +0000 Subject: [PATCH] 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 --- modules/generators/mod_autoindex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/generators/mod_autoindex.c b/modules/generators/mod_autoindex.c index 5924cff684..c268e3c1ee 100644 --- a/modules/generators/mod_autoindex.c +++ b/modules/generators/mod_autoindex.c @@ -1459,7 +1459,7 @@ static void output_directories(struct ent **ar, int n, ap_rputc('\n', r); } if (autoindex_opts & FANCY_INDEXING) { - ap_rputs("
", r); + ap_rputs("
\n", r); } else { ap_rputs("", r); -- 2.40.0