]> granicus.if.org Git - php/commitdiff
changed default cell alignment to "left" (see bug id #5048)
authorHartmut Holzgraefe <hholzgra@php.net>
Sat, 17 Jun 2000 07:08:53 +0000 (07:08 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Sat, 17 Jun 2000 07:08:53 +0000 (07:08 +0000)
ext/standard/info.c

index 551d52b7cd64d192fe60c4df611ea14eec7c7ec0..d08a2659a0252c2042bdc042cc2b8f67f997c0b6 100644 (file)
@@ -522,7 +522,7 @@ PHPAPI void php_info_print_table_row(int num_cols, ...)
                        row_element = "&nbsp;";
                }
                php_printf("<TD %s>%s%s%s</td>", 
-                       (i==0?"BGCOLOR=\"" PHP_ENTRY_NAME_COLOR "\" ":"ALIGN=\"center\""),
+                       (i==0?"BGCOLOR=\"" PHP_ENTRY_NAME_COLOR "\" ":"ALIGN=\"left\""),
                        (i==0?"<B>":""), 
                        row_element,
                        (i==0?"</B>":""));