@@ -1669,7 +1669,7 @@ static void balancer_display_page(request_rec *r, proxy_server_conf *conf,
16691669 balancer -> max_workers - (int )storage -> num_free_slots (balancer -> wslot ));
16701670 if (* balancer -> s -> sticky ) {
16711671 if (strcmp (balancer -> s -> sticky , balancer -> s -> sticky_path )) {
1672- ap_rvputs (r , "<td>" , ap_escape_html (r -> pool , balancer -> s -> sticky ), " | " ,
1672+ ap_rvputs (r , "<td>" , ap_escape_html (r -> pool , balancer -> s -> sticky ), "| " ,
16731673 ap_escape_html (r -> pool , balancer -> s -> sticky_path ), NULL );
16741674 }
16751675 else {
@@ -1854,7 +1854,7 @@ static void balancer_display_page(request_rec *r, proxy_server_conf *conf,
18541854 ap_rputs ("</tr>\n" , r );
18551855 ap_rputs ("<tr><td>Sticky Session:</td><td><input name='b_ss' id='b_ss' size=64 type=text " , r );
18561856 if (strcmp (bsel -> s -> sticky , bsel -> s -> sticky_path )) {
1857- ap_rvputs (r , "value =\"" , ap_escape_html (r -> pool , bsel -> s -> sticky ), " | " ,
1857+ ap_rvputs (r , "value =\"" , ap_escape_html (r -> pool , bsel -> s -> sticky ), "| " ,
18581858 ap_escape_html (r -> pool , bsel -> s -> sticky_path ), NULL );
18591859 }
18601860 else {
0 commit comments