Adjusted MINFO table style

This commit is contained in:
Moriyoshi Koizumi 2002-10-25 08:31:27 +00:00
parent 7147be21df
commit b309c0515c

View file

@ -993,7 +993,7 @@ PHP_RSHUTDOWN_FUNCTION(mbstring)
PHP_MINFO_FUNCTION(mbstring)
{
php_info_print_table_start();
php_info_print_table_header(2, "Multibyte Support", "enabled");
php_info_print_table_row(2, "Multibyte Support", "enabled");
#if defined(HAVE_MBSTR_JA)
php_info_print_table_row(2, "Japanese support", "enabled");
#endif