mirror of
https://github.com/php/php-src.git
synced 2024-11-29 21:04:10 +08:00
- Fix info output (Peter Neuman <neuman_peter@hotmail.com>).
This commit is contained in:
parent
3e4235b29a
commit
b68e5f2ec9
@ -161,7 +161,7 @@ PHP_MINIT_FUNCTION(xslt)
|
||||
PHP_MINFO_FUNCTION(xslt)
|
||||
{
|
||||
php_info_print_table_start();
|
||||
php_info_print_table_header(2, "XSLT support", "enabled");
|
||||
php_info_print_table_row(2, "XSLT support", "enabled");
|
||||
php_info_print_table_end();
|
||||
}
|
||||
/* }}} */
|
||||
|
Loading…
Reference in New Issue
Block a user