From: Zeev Suraski Date: Sat, 17 Jul 1999 19:22:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: php-4.0b1~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a3e983fa458c62b9a29db2ce95aca7584ee598c;p=php *** empty log message *** --- diff --git a/ext/standard/info.c b/ext/standard/info.c index 84912123e4..d67ebc7c7a 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -250,10 +250,10 @@ PHPAPI void php_print_info(int flag) void php_print_credits(int flag) { if (flag & PHP_CREDITS_FULLPAGE) { - PUTS("PHP Credits\n"); + PUTS("PHP Credits
\n"); } - PUTS("

Credits

\n"); + PUTS("

PHP 4.0 Credits

\n"); if (flag & PHP_CREDITS_GENERAL) { /* Language */ @@ -317,7 +317,7 @@ void php_print_credits(int flag) } if (flag & PHP_CREDITS_FULLPAGE) { - PUTS("\n"); + PUTS("
\n"); } }