1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 09:03:04 +02:00

This looks better.

This commit is contained in:
foobar
2001-05-20 01:31:53 +00:00
parent e1f671fb5c
commit fcfbb0cce6

View File

@@ -373,7 +373,7 @@ PHPAPI void php_info_print_table_header(int num_cols, ...)
va_start(row_elements, num_cols);
php_printf("<TR VALIGN=\"bottom\" bgcolor=\"" PHP_HEADER_COLOR "\">");
php_printf("<TR VALIGN=\"middle\" bgcolor=\"" PHP_HEADER_COLOR "\">");
for (i=0; i<num_cols; i++) {
row_element = va_arg(row_elements, char *);
if (!row_element || !*row_element) {