From 416e669813f95c8a55f6492c54980d14530a0424 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sun, 23 Nov 2003 17:27:30 +0000 Subject: [PATCH] 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 --- 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 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); } -- 2.40.0