From 8ad5db1aa464a513bdd8ba97e3a6e118cb1413ee Mon Sep 17 00:00:00 2001 From: stekkel Date: Sun, 6 Oct 2002 19:44:53 +0000 Subject: [PATCH] added height attribute for better displaying on non ie6 browsers git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3779 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index d5c86632..51723f54 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -249,7 +249,7 @@ function printMessageInfo($imapConnection, $t, $i, $key, $mailbox, } } echo ''."\n".''."\n"; + $color[0].'" HEIGHT="1">'."\n"; } function getThreadMessages($imapConnection, $start_msg, $show_num, $num_msgs) { -- 2.25.1