]> granicus.if.org Git - apache/commitdiff
add another space, for the sake of Netscape 4
authorAndré Malo <nd@apache.org>
Sun, 23 Nov 2003 17:27:30 +0000 (17:27 +0000)
committerAndré Malo <nd@apache.org>
Sun, 23 Nov 2003 17:27:30 +0000 (17:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101854 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_autoindex.c

index e9dab57d3e6d8af67ece48daf09ee178a83b1b7e..77b7976124731393c5fa48e1dad51e52943f8178 100644 (file)
@@ -204,7 +204,7 @@ static void emit_preamble(request_rec *r, int xhtml, const char *title)
               "</title>\n", NULL);
     if (d->style_sheet != NULL) {
         ap_rvputs(r, "  <link rel=\"stylesheet\" href=\"", d->style_sheet,
-                "\" type=\"text/css\"", xhtml ? "/>\n" : ">\n", NULL);
+                "\" type=\"text/css\"", xhtml ? " />\n" : ">\n", NULL);
     }
     ap_rvputs(r, " </head>\n <body>\n", NULL);
 }