From 1a6ec9e6dc46aa5b603d2973b9742ab4a11dbda3 Mon Sep 17 00:00:00 2001 From: teepe Date: Sun, 14 Jul 2002 16:06:36 +0000 Subject: [PATCH] tag placement fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3099 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.25.1