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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user