]> granicus.if.org Git - apache/commitdiff
* Make autoindex.t from perl testframework work again
authorRuediger Pluem <rpluem@apache.org>
Wed, 27 Jan 2010 19:46:00 +0000 (19:46 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 27 Jan 2010 19:46:00 +0000 (19:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@903794 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_autoindex.c

index 93da82399c2a342703c4bc038271cdab6969af6e..30d1ce7926d6396f4fae421c4f913ffe5eb3ace3 100644 (file)
@@ -1175,7 +1175,7 @@ static void emit_tail(request_rec *r, char *readme_fname, int suppress_amble)
         ap_rputs(ap_psignature("", r), r);
     }
     if (!suppress_post) {
-        ap_rputs(" </body>\n</html>\n", r);
+        ap_rputs("</body></html>\n", r);
     }
     if (rr != NULL) {
         ap_destroy_sub_req(rr);