瀏覽代碼

added height attribute for better displaying on non ie6 browsers

stekkel 23 年之前
父節點
當前提交
a9347a287f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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="'.
-                               $color[3].'"></td></tr>'."\n";
+                               $color[0].'" HEIGHT="1"></td></tr>'."\n";
 }
 
 function getThreadMessages($imapConnection, $start_msg, $show_num, $num_msgs) {