]> granicus.if.org Git - php/commitdiff
ups.. :)
authorGeorg Richter <georg@php.net>
Sun, 4 Aug 2002 18:59:16 +0000 (18:59 +0000)
committerGeorg Richter <georg@php.net>
Sun, 4 Aug 2002 18:59:16 +0000 (18:59 +0000)
ext/standard/info.c

index 5860fb7d818d6b8adb386c313e9ceb89702795bf..5d90afc43e4ffc38b22b5518f1f1a381e762fa8b 100644 (file)
@@ -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();