From e51285624c2e8cc57e13f997670f7cac87272d05 Mon Sep 17 00:00:00 2001 From: teepe Date: Sun, 14 Jul 2002 16:03:13 +0000 Subject: [PATCH] this is better, tag incorporated truly git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3098 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/page_header.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/functions/page_header.php b/functions/page_header.php index 59efe1ef..0e00bf88 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -299,10 +299,8 @@ function initPage () { global $theme_css, $custom_css, $base_uri; $page = new html(); - $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'); */ + $page->addChild('',''); + $page->addChild('HTML'); return $page; } -- 2.25.1