diff options
author | Georg Richter <georg@php.net> | 2002-08-04 18:59:16 +0000 |
---|---|---|
committer | Georg Richter <georg@php.net> | 2002-08-04 18:59:16 +0000 |
commit | 06b5f1f54647d18461b573f6da82e6ac302c0f9e (patch) | |
tree | 5a3fa52bb35bed438b4db6ca6f03c2a575c7d4bf | |
parent | 7fd1881692c6bd81820c7ee4e1804350446ff835 (diff) | |
download | php-git-06b5f1f54647d18461b573f6da82e6ac302c0f9e.tar.gz |
ups.. :)
-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 5860fb7d81..5d90afc43e 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><meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\">/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(); |