<HTML> tag placement fix
authorteepe <teepe@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 14 Jul 2002 16:06:36 +0000 (16:06 +0000)
committerteepe <teepe@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 14 Jul 2002 16:06:36 +0000 (16:06 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3099 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/read_body.php

index 15f95ccd1bf7b7e5326df90dc67b87b78541be21..9f77d3226fa70cd57d67d3b40a31d6131435529c 100644 (file)
@@ -1039,8 +1039,8 @@ $body->htmlAdd($envtable);
 $body->htmlAdd($rb_tools_table);
 $body->htmlAdd($rb_message_table);
 
 $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();
 
 
 $page->echoHtml();