diff options
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/pi3web/pi3web_sapi.c | 2 | ||||
-rw-r--r-- | sapi/tux/php_tux.c | 2 |
2 files changed, 2 insertions, 2 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"); diff --git a/sapi/tux/php_tux.c b/sapi/tux/php_tux.c index 48fb84c86e..ef98903517 100644 --- a/sapi/tux/php_tux.c +++ b/sapi/tux/php_tux.c @@ -342,7 +342,7 @@ static void *separate_thread(void *bla) fd = (int) bla; while (i++ < 5) { - send(fd, "test<br>\n", 9, 0); + send(fd, "test<br />\n", 9, 0); sleep(1); } |