bjori Fri, 18 Sep 2009 23:06:21 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=288448
Log:
And now use proper colspanning
Changed paths:
U php/php-src/branches/PHP_5_3/ext/standard/credits.c
U php/php-src/trunk/ext/standard/credits.c
Modified: php/php-src/branches/PHP_5_3/ext/standard/credits.c
===================================================================
--- php/php-src/branches/PHP_5_3/ext/standard/credits.c 2009-09-18 22:26:44 UTC
(rev 288447)
+++ php/php-src/branches/PHP_5_3/ext/standard/credits.c 2009-09-18 23:06:21 UTC
(rev 288448)
@@ -112,7 +112,7 @@
/* 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");
Modified: php/php-src/trunk/ext/standard/credits.c
===================================================================
--- php/php-src/trunk/ext/standard/credits.c 2009-09-18 22:26:44 UTC (rev
288447)
+++ php/php-src/trunk/ext/standard/credits.c 2009-09-18 23:06:21 UTC (rev
288448)
@@ -123,7 +123,7 @@
/* 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");
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php