From 91af78c1c37ca4a062861f0aa602a92514af5f5d Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sat, 20 Aug 2016 16:23:42 +0000 Subject: Fix

tag closing syntax git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1757011 13f79535-47bb-0310-9956-ffa450edef68 --- modules/generators/mod_status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/generators') diff --git a/modules/generators/mod_status.c b/modules/generators/mod_status.c index 647c930ae2..00fc3d47ce 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; -- cgit v1.2.3