]> granicus.if.org Git - php/commitdiff
- cosmetics
authorJan Lehnardt <jan@php.net>
Sat, 31 Aug 2002 21:43:54 +0000 (21:43 +0000)
committerJan Lehnardt <jan@php.net>
Sat, 31 Aug 2002 21:43:54 +0000 (21:43 +0000)
ext/standard/info.c

index 124b14f4ec6e59e1ec64ac8043fed81e8e11ab7f..766aa86d77b85cf8fbf060f499fe4ceecb9d4d5f 100644 (file)
@@ -300,7 +300,7 @@ PHPAPI void php_print_info(int flag TSRMLS_DC)
                php_printf("<title>phpinfo()</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=%s\"></head>", charset);
                PUTS("<body text=\"#000000\" bgcolor=\"#f0f0ff\" link=\"#0000ff\" vlink=\"#ff00ff\" alink=\"#0000ff\">");
        } else {
-               PUTS("phpinfo()");
+               PUTS("phpinfo()\n");
        }       
 
        if (flag & PHP_INFO_GENERAL) {