From fcab969a3834c2f87a6c03331d0d903870529192 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sun, 23 Nov 2003 17:20:55 +0000 Subject: [PATCH] restore the space which broke all tests :-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101853 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 aa6475525d..e9dab57d3e 100644 --- a/modules/generators/mod_autoindex.c +++ b/modules/generators/mod_autoindex.c @@ -206,7 +206,7 @@ static void emit_preamble(request_rec *r, int xhtml, const char *title) ap_rvputs(r, " style_sheet, "\" type=\"text/css\"", xhtml ? "/>\n" : ">\n", NULL); } - ap_rvputs(r, "\n \n", NULL); + ap_rvputs(r, " \n \n", NULL); } static void push_item(apr_array_header_t *arr, char *type, const char *to, -- 2.40.0