Author: mturk Date: Sat Dec 2 05:21:05 2006 New Revision: 481557 URL: http://svn.apache.org/viewvc?view=rev&rev=481557 Log: Remove implicit <p> tag (according to the html tidy).
Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_status.c?view=diff&rev=481557&r1=481556&r2=481557 ============================================================================== --- tomcat/connectors/trunk/jk/native/common/jk_status.c (original) +++ tomcat/connectors/trunk/jk/native/common/jk_status.c Sat Dec 2 05:21:05 2006 @@ -739,7 +739,7 @@ status_write_uri(s, "R", JK_STATUS_CMD_RESET, 0, from, refresh, name, NULL); jk_puts(s, "] "); - jk_putv(s, "Worker Status for ", name, "<h3/>\n", NULL); + jk_putv(s, "Worker Status for ", name, "</h3>\n", NULL); jk_putv(s, "<table><tr>" "<th>Type</th><th>", JK_STATUS_ARG_LB_TEXT_STICKY, "</th>" "<th>", JK_STATUS_ARG_LB_TEXT_STICKY_FORCE, "</th>" @@ -781,7 +781,7 @@ jk_printf(s, "<td>%d</td>", lb->s->busy); jk_printf(s, "<td>%d</td>", lb->s->max_busy); jk_puts(s, "</tr>\n</table>\n<br/>\n"); - jk_puts(s, "<p><h4>Balancer Members</h4></p>\n"); + jk_puts(s, "<h4>Balancer Members</h4>\n"); jk_putv(s, "<table><tr>" "<th> </th><th>Name</th><th>Type</th>" "<th>Host</th><th>Addr</th>" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]