]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add a missing </tr>
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 3 Oct 2020 06:07:55 +0000 (06:07 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 3 Oct 2020 06:07:55 +0000 (06:07 +0000)
PR 64754

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882210 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_balancer.c

index e24450dde2bed28f90191a5865473e345dc58d6f..09bfaf0caa61d7e096b426d1feff70ad5fdbc422 100644 (file)
@@ -1649,7 +1649,7 @@ static void balancer_display_page(request_rec *r, proxy_server_conf *conf,
             ap_rvputs(r, balancer->s->vpath, "</td>\n", NULL);
             ap_rprintf(r, "<td>%s</td>\n",
                        !balancer->s->inactive ? "Yes" : "No");
-            ap_rputs("</table>\n<br />", r);
+            ap_rputs("</tr>\n</table>\n<br />", r);
             ap_rputs("\n\n<table><tr>"
                 "<th>Worker URL</th>"
                 "<th>Route</th><th>RouteRedir</th>"