From: André Malo Date: Sun, 23 Nov 2003 17:20:55 +0000 (+0000) Subject: restore the space which broke all tests :-) X-Git-Tag: pre_ajp_proxy~1017 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fcab969a3834c2f87a6c03331d0d903870529192;p=apache 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 --- 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,