From: Christophe Jaillet Date: Sat, 20 Aug 2016 16:23:42 +0000 (+0000) Subject: Fix

tag closing syntax X-Git-Tag: 2.5.0-alpha~1237 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91af78c1c37ca4a062861f0aa602a92514af5f5d;p=thirdparty%2Fapache%2Fhttpd.git Fix

tag closing syntax git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1757011 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/generators/mod_status.c b/modules/generators/mod_status.c index 647c930ae2e..00fc3d47ce6 100644 --- a/modules/generators/mod_status.c +++ b/modules/generators/mod_status.c @@ -629,7 +629,7 @@ static int status_handler(request_rec *r) "\"G\" Gracefully finishing,
\n" "\"I\" Idle cleanup of worker, \n" "\".\" Open slot with no current process
\n" - "

\n", r); + "

\n", r); if (!ap_extended_status) { int j; int k = 0;