Skip to content

Commit 2334abe

Browse files
author
Jan Lehnardt
committed
- cosmetics
1 parent c0d345e commit 2334abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/info.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ PHPAPI void php_print_info(int flag TSRMLS_DC)
300300
php_printf("<title>phpinfo()</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=%s\"></head>", charset);
301301
PUTS("<body text=\"#000000\" bgcolor=\"#f0f0ff\" link=\"#0000ff\" vlink=\"#ff00ff\" alink=\"#0000ff\">");
302302
} else {
303-
PUTS("phpinfo()");
303+
PUTS("phpinfo()\n");
304304
}
305305

306306
if (flag & PHP_INFO_GENERAL) {

0 commit comments

Comments
 (0)