mirror of
https://github.com/php/php-src.git
synced 2026-04-21 23:18:13 +02:00
phpinfo() prettying
This commit is contained in:
+2
-2
@@ -483,8 +483,8 @@ PHPAPI void php_info_print_table_row(int num_cols, ...)
|
||||
if (!row_element || !*row_element) {
|
||||
row_element = " ";
|
||||
}
|
||||
php_printf("<TD%s>%s%s%s</td>",
|
||||
(i==0?" BGCOLOR=\"" PHP_ENTRY_NAME_COLOR "\" ":""),
|
||||
php_printf("<TD %s>%s%s%s</td>",
|
||||
(i==0?"BGCOLOR=\"" PHP_ENTRY_NAME_COLOR "\" ":"ALIGN=\"center\""),
|
||||
(i==0?"<B>":""),
|
||||
row_element,
|
||||
(i==0?"</B>":""));
|
||||
|
||||
Reference in New Issue
Block a user