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:
@@ -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");
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user