From: Ruediger Pluem Date: Wed, 27 Jan 2010 19:46:00 +0000 (+0000) Subject: * Make autoindex.t from perl testframework work again X-Git-Tag: 2.3.6~541 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba38707a864357540621714afe840b2a6ecb1a65;p=apache * Make autoindex.t from perl testframework work again git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@903794 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/generators/mod_autoindex.c b/modules/generators/mod_autoindex.c index 93da82399c..30d1ce7926 100644 --- a/modules/generators/mod_autoindex.c +++ b/modules/generators/mod_autoindex.c @@ -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(" \n\n", r); + ap_rputs("\n", r); } if (rr != NULL) { ap_destroy_sub_req(rr);