From: teepe Date: Sun, 14 Jul 2002 16:06:36 +0000 (+0000) Subject: tag placement fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1a6ec9e6dc46aa5b603d2973b9742ab4a11dbda3;p=squirrelmail.git tag placement fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3099 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/read_body.php b/src/read_body.php index 15f95ccd..9f77d322 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -1039,8 +1039,8 @@ $body->htmlAdd($envtable); $body->htmlAdd($rb_tools_table); $body->htmlAdd($rb_message_table); -$page->html_el[0]->htmlAdd($head); -$page->html_el[0]->htmlAdd($body); +$page->html_el[1]->htmlAdd($head); +$page->html_el[1]->htmlAdd($body); $page->echoHtml();