From 92281a047f8d299512fbc84f7488d199b89c21b9 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Wed, 23 Nov 2005 00:15:26 +0000 Subject: [PATCH] MFB51: 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 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"); } /* }}} */ -- 2.50.1