]> granicus.if.org Git - apache/commitdiff
restore the space which broke all tests :-)
authorAndré Malo <nd@apache.org>
Sun, 23 Nov 2003 17:20:55 +0000 (17:20 +0000)
committerAndré Malo <nd@apache.org>
Sun, 23 Nov 2003 17:20:55 +0000 (17:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101853 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_autoindex.c

index aa6475525df4041179fa7ed6ed157637cf60350c..e9dab57d3e6d8af67ece48daf09ee178a83b1b7e 100644 (file)
@@ -206,7 +206,7 @@ static void emit_preamble(request_rec *r, int xhtml, const char *title)
         ap_rvputs(r, "  <link rel=\"stylesheet\" href=\"", d->style_sheet,
                 "\" type=\"text/css\"", xhtml ? "/>\n" : ">\n", NULL);
     }
-    ap_rvputs(r, "</head>\n <body>\n", NULL);
+    ap_rvputs(r, " </head>\n <body>\n", NULL);
 }
 
 static void push_item(apr_array_header_t *arr, char *type, const char *to,