From 83a09ac1f9ff9f65c7b77c17d063d991c5fb97b9 Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Sun, 4 Aug 2002 18:57:02 +0000 Subject: [PATCH] added meta tag (w3c compliance) Thx to Ilia Alshanetsky (ilia@prohost.org) --- ext/standard/info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/info.c b/ext/standard/info.c index bc80d841af..5860fb7d81 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -216,7 +216,7 @@ PHPAPI void php_print_info(int flag TSRMLS_DC) PUTS("\n\n"); PUTS(""); php_info_print_style(); - PUTS("phpinfo()"); + PUTS("phpinfo()/head>"); if (flag & PHP_INFO_GENERAL) { char *zend_version = get_zend_version(); -- 2.40.0