Browse Source

one more table to remove

jmunro 23 years ago
parent
commit
88b6d10962
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/read_body.php

+ 2 - 2
src/read_body.php

@@ -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);