one more table to remove
authorjmunro <jmunro@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 8 Oct 2002 01:24:45 +0000 (01:24 +0000)
committerjmunro <jmunro@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 8 Oct 2002 01:24:45 +0000 (01:24 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3805 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/read_body.php

index ad093dd6628f5f00777ef4882e1f195ccc83f9fb..2da1a5937c3f2d325f04d4a259be693ff6cc0522 100644 (file)
@@ -455,8 +455,8 @@ function formatEnvheader($mailbox, $passed_id, $passed_ent_id, $message,
             $s .= '</TR>';
         }
     }
-    echo '<TABLE BGCOLOR="'.$color[9].'" WIDTH="100%" CELLPADDING="1"'.
-         ' CELLSPACING="0" BORDER="0" ALIIGN="center">'."\n";
+    //echo '<TABLE BGCOLOR="'.$color[9].'" WIDTH="100%" CELLPADDING="1"'.
+    //     ' CELLSPACING="0" BORDER="0" ALIIGN="center">'."\n";
     echo $s;
     do_hook("read_body_header");
     formatToolbar($mailbox, $passed_id, $passed_ent_id, $message, $color);