1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 19:41:05 +02:00

Fixed bug #24839 (& -> & in php credits)

This commit is contained in:
Ilia Alshanetsky
2003-08-07 15:41:24 +00:00
parent 63fcd301e9
commit e06311c091

View File

@@ -46,7 +46,7 @@ PHPAPI void php_print_credits(int flag TSRMLS_DC)
if (flag & PHP_CREDITS_GENERAL) {
/* Design & Concept */
php_info_print_table_start();
php_info_print_table_header(1, "Language Design & Concept");
php_info_print_table_header(1, "Language Design & Concept");
php_info_print_table_row(1, "Andi Gutmans, Rasmus Lerdorf, Zeev Suraski");
php_info_print_table_end();