From dad8c15a03d38a6f5a3091cb3a9291b4a6ffc684 Mon Sep 17 00:00:00 2001 From: teepe Date: Sun, 14 Jul 2002 15:28:55 +0000 Subject: [PATCH] Since blah blah git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3097 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/page_header.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/page_header.php b/functions/page_header.php index eaec2fe7..59efe1ef 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -299,10 +299,10 @@ function initPage () { global $theme_css, $custom_css, $base_uri; $page = new html(); - $page->addChild('!DOCTYPE','','','','', - array('HTML','PUBLIC', '"-//W3C//DTD HTML 4.0 Transitional//EN"')); + $page->addChild('','',array('!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"' => false),'','',''); $html = new html('html'); $html->addChild('HTML'); +/* shouldn't the last two lines be just this line? $page->addChild('HTML'); */ return $page; } -- 2.25.1