From: Ilia Alshanetsky Date: Wed, 23 Nov 2005 00:15:26 +0000 (+0000) Subject: MFB51: Fixed bug #35046 (phpinfo() uses improper css enclosure). X-Git-Tag: RELEASE_2_0_2~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92281a047f8d299512fbc84f7488d199b89c21b9;p=php MFB51: Fixed bug #35046 (phpinfo() uses improper css enclosure). --- diff --git a/ext/standard/info.c b/ext/standard/info.c index bc84619258..0b1ff27c9b 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -205,9 +205,9 @@ static void php_print_gpcse_array(char *name, uint name_length TSRMLS_DC) */ void php_info_print_style(TSRMLS_D) { - php_printf("\n"); + php_printf("\n"); } /* }}} */