From: André Malo Date: Sun, 23 Nov 2003 17:27:30 +0000 (+0000) Subject: add another space, for the sake of Netscape 4 X-Git-Tag: pre_ajp_proxy~1016 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=416e669813f95c8a55f6492c54980d14530a0424;p=apache add another space, for the sake of Netscape 4 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101854 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/generators/mod_autoindex.c b/modules/generators/mod_autoindex.c index e9dab57d3e..77b7976124 100644 --- a/modules/generators/mod_autoindex.c +++ b/modules/generators/mod_autoindex.c @@ -204,7 +204,7 @@ static void emit_preamble(request_rec *r, int xhtml, const char *title) "\n", NULL); if (d->style_sheet != NULL) { ap_rvputs(r, " style_sheet, - "\" type=\"text/css\"", xhtml ? "/>\n" : ">\n", NULL); + "\" type=\"text/css\"", xhtml ? " />\n" : ">\n", NULL); } ap_rvputs(r, " \n \n", NULL); }