]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix <p> tag closing syntax
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 20 Aug 2016 16:23:42 +0000 (16:23 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 20 Aug 2016 16:23:42 +0000 (16:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1757011 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_status.c

index 647c930ae2ee8d4745461cc36926e3f56488c924..00fc3d47ce67ec5874c44ec12f63195375085cad 100644 (file)
@@ -629,7 +629,7 @@ static int status_handler(request_rec *r)
                  "\"<b><code>G</code></b>\" Gracefully finishing,<br /> \n"
                  "\"<b><code>I</code></b>\" Idle cleanup of worker, \n"
                  "\"<b><code>.</code></b>\" Open slot with no current process<br />\n"
-                 "<p />\n", r);
+                 "</p>\n", r);
         if (!ap_extended_status) {
             int j;
             int k = 0;