1
0
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:
Colin Viebrock
2000-04-05 20:48:46 +00:00
parent e3bbb4bc6c
commit 875ac538fb
+2 -2
View File
@@ -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>":""));