mirror of
https://github.com/apache/httpd.git
synced 2025-07-29 12:37:06 +00:00
Fix some HTML syntax issues.
PR 63095 (Masahiro IMABAYASHI, <masahiro.imabayashi sony.com>) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1855614 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -1848,7 +1848,7 @@ static int balancer_handler(request_rec *r)
|
||||
ap_rprintf(r, "<tr><td>Fails trigger)</td><td><input name='w_hf' id='w_hf' type='text'"
|
||||
"value='%d'></td></tr>\n", wsel->s->fails);
|
||||
ap_rprintf(r, "<tr><td>HC uri</td><td><input name='w_hu' id='w_hu' type='text'"
|
||||
"value='%s'</td></tr>\n", ap_escape_html(r->pool, wsel->s->hcuri));
|
||||
"value='%s'></td></tr>\n", ap_escape_html(r->pool, wsel->s->hcuri));
|
||||
ap_rputs("</table>\n</td></tr>\n", r);
|
||||
}
|
||||
ap_rputs("<tr><td colspan='2'><input type=submit value='Submit'></td></tr>\n", r);
|
||||
@ -1889,6 +1889,7 @@ static int balancer_handler(request_rec *r)
|
||||
ap_rprintf(r, "value='%d'></td></tr>\n", bsel->s->max_attempts);
|
||||
ap_rputs("<tr><td>Disable Failover:</td>", r);
|
||||
create_radio("b_sforce", bsel->s->sticky_force, r);
|
||||
ap_rputs("</tr>\n", r);
|
||||
ap_rputs("<tr><td>Sticky Session:</td><td><input name='b_ss' id='b_ss' size=64 type=text ", r);
|
||||
if (strcmp(bsel->s->sticky, bsel->s->sticky_path)) {
|
||||
ap_rvputs(r, "value ='", bsel->s->sticky, " | ",
|
||||
|
Reference in New Issue
Block a user