From: Hannes Magnusson Date: Fri, 18 Sep 2009 23:06:21 +0000 (+0000) Subject: And now use proper colspanning X-Git-Tag: php-5.4.0alpha1~191^2~2639 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7aa838e1ad723276579515b06d9e5ea8befccc9;p=php And now use proper colspanning --- diff --git a/ext/standard/credits.c b/ext/standard/credits.c index 0a7f2ea684..673d96201a 100644 --- a/ext/standard/credits.c +++ b/ext/standard/credits.c @@ -123,7 +123,7 @@ PHPAPI void php_print_credits(int flag TSRMLS_DC) /* {{{ */ /* Websites and infrastructure */ php_info_print_table_start(); - php_info_print_table_header(1, "Websites and Infrastructure team"); + php_info_print_table_colspan_header(2, "Websites and Infrastructure team"); /* www., wiki., windows., master., and others, I guess pecl. too? */ CREDIT_LINE("PHP Websites Team", "Rasmus Lerdorf, Hannes Magnusson, Philip Olson, Lukas Kahwe Smith, Pierre-Alain Joye, Kalle Sommer Nielsen"); CREDIT_LINE("Event Maintainers", "Damien Seguy, Daniel P. Brown");