diff options
author | Georg Richter <georg@php.net> | 2002-08-04 18:57:02 +0000 |
---|---|---|
committer | Georg Richter <georg@php.net> | 2002-08-04 18:57:02 +0000 |
commit | 83a09ac1f9ff9f65c7b77c17d063d991c5fb97b9 (patch) | |
tree | cc87a5bb59317940381e7c053e1e01a180c29431 | |
parent | c4e66f419231bc1b1aa20df3048a6364416852e8 (diff) | |
download | php-git-83a09ac1f9ff9f65c7b77c17d063d991c5fb97b9.tar.gz |
added meta tag (w3c compliance)
Thx to Ilia Alshanetsky (ilia@prohost.org)
-rw-r--r-- | ext/standard/info.c | 2 |
1 files changed, 1 insertions, 1 deletions
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("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n<html>\n"); PUTS("<head>"); php_info_print_style(); - PUTS("<title>phpinfo()</title></head><body>"); + PUTS("<title>phpinfo()</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\">/head><body>"); if (flag & PHP_INFO_GENERAL) { char *zend_version = get_zend_version(); |