1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 01:53:36 +02:00

added missing '/' to closing <center> tag (BUG ID #4416)

This commit is contained in:
Hartmut Holzgraefe
2000-06-06 17:26:15 +00:00
parent 6dd322874e
commit 7864fdfdee

View File

@@ -452,7 +452,7 @@ PHPAPI void php_info_print_table_start()
PHPAPI void php_info_print_table_end()
{
php_printf("</TABLE><BR>\n");
php_printf("<CENTER>\n");
php_printf("</CENTER>\n");
}