diff options
author | Johannes Schlüter <johannes@php.net> | 2011-08-23 09:28:57 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2011-08-23 09:28:57 +0000 |
commit | d42be4a5cf0ecd8e0d57a772dae53ef4a8c6e785 (patch) | |
tree | 3591f39c9288fecaeea13387f20611a79bb5f89a /ext/standard | |
parent | c632b0d5677c978197000468da08250b8b203e7f (diff) | |
parent | d1f018987301842cf4d12a4971f19f8bca208fc6 (diff) | |
download | php-git-php-5.3.8.tar.gz |
- PHP 5.3.8php-5.3.8
Diffstat (limited to 'ext/standard')
-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 a07ccee149..90ae34f0bc 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -626,7 +626,7 @@ PHPAPI void php_print_info_htmlhead(TSRMLS_D) PUTS("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"DTD/xhtml1-transitional.dtd\">\n"); - PUTS("<html xmlns=\"http://www.w3.org/1999/xhtml\">>"); + PUTS("<html>"); PUTS("<head>\n"); php_info_print_style(TSRMLS_C); PUTS("<title>phpinfo()</title>"); |