mirror of
https://github.com/apache/httpd.git
synced 2025-07-29 12:37:06 +00:00
Add a missing </tr>
PR 64754 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882210 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -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>"
|
||||
|
Reference in New Issue
Block a user