Format fix
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 29 Oct 2001 15:14:44 +0000 (15:14 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 29 Oct 2001 15:14:44 +0000 (15:14 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1649 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mailbox_display.php

index bd9ba32d3059dd5efe97ca4db6872394ba3eee5d..a2dba11923b44b0b21dd0883b01bf3b053323b31 100644 (file)
          } while ($i && $i < $endVar);
       }
 
-      echo "<TR BGCOLOR=\"$color[5]\"><TD colspan=5><table width=100%><tr ><td>$lMore$mMore$rMore</td><td align=right>$Message</td></tr></table></td></tr></table>";
+      echo '</table>;
+      echo "<table width=100%><tr ><td>$lMore$mMore$rMore</td><td align=right>$Message</td></tr></table>";
       /** End of message-list table */
 
       do_hook('mailbox_index_after');