From fb6cf622543901599e068557f159c43e5ee4322e Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Wed, 23 Nov 2005 00:17:17 +0000 Subject: [PATCH] MFH: Fixed bug #35046 (phpinfo() uses improper css enclosure). --- ext/standard/info.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/standard/info.c b/ext/standard/info.c index f1ed4b0908..65816c1b40 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -195,9 +195,9 @@ static void php_print_gpcse_array(char *name, uint name_length TSRMLS_DC) */ void php_info_print_style() { - php_printf("\n"); + php_printf("\n"); } /* }}} */ -- 2.50.1