Browse Source

added height attribute for better displaying on non ie6 browsers

stekkel 23 years ago
parent
commit
a9347a287f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      functions/mailbox_display.php

+ 1 - 1
functions/mailbox_display.php

@@ -249,7 +249,7 @@ function printMessageInfo($imapConnection, $t, $i, $key, $mailbox,
         }
         }
     }
     }
     echo '</tr>'."\n".'<tr><td colspan="'.$col.'" BGCOLOR="'.
     echo '</tr>'."\n".'<tr><td colspan="'.$col.'" BGCOLOR="'.
-                               $color[3].'"></td></tr>'."\n";
+                               $color[0].'" HEIGHT="1"></td></tr>'."\n";
 }
 }
 
 
 function getThreadMessages($imapConnection, $start_msg, $show_num, $num_msgs) {
 function getThreadMessages($imapConnection, $start_msg, $show_num, $num_msgs) {