summaryrefslogtreecommitdiff
path: root/sapi/pi3web/pi3web_sapi.c
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2001-10-09 19:19:21 +0000
committerDerick Rethans <derick@php.net>2001-10-09 19:19:21 +0000
commit27fb33e8b7540befb0aad0ec1e439de8753888b2 (patch)
tree2f3c86df2f25356fdf0c16bf424de6d9419ae019 /sapi/pi3web/pi3web_sapi.c
parent49b44d537f51aa64268758e393f7a1d8b5efbafc (diff)
downloadphp-git-27fb33e8b7540befb0aad0ec1e439de8753888b2.tar.gz
- More <br> to <br /> fixes
Diffstat (limited to 'sapi/pi3web/pi3web_sapi.c')
-rw-r--r--sapi/pi3web/pi3web_sapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/pi3web/pi3web_sapi.c b/sapi/pi3web/pi3web_sapi.c
index a1bb15f527..5d31a7fa1a 100644
--- a/sapi/pi3web/pi3web_sapi.c
+++ b/sapi/pi3web/pi3web_sapi.c
@@ -91,7 +91,7 @@ static void php_info_pi3web(ZEND_MODULE_INFO_FUNC_ARGS)
php_info_print_table_row(2, "Server PID", variable_buf);
php_info_print_table_row(2, "Server Platform", PIPlatform_getDescription());
- PUTS("</table><BR>");
+ PUTS("</table><br />");
PUTS("<table border=0 cellpadding=3 cellspacing=1 width=600 align=center>\n");
PUTS("<tr><th colspan=2 bgcolor=\"" PHP_HEADER_COLOR "\">HTTP Request Information</th></tr>\n");