From 5786ef5a2acd7a4de7b84aa0bd8c6e6d58b6da6b Mon Sep 17 00:00:00 2001 From: stekkel Date: Tue, 15 Oct 2002 13:19:22 +0000 Subject: [PATCH] valign=top for message rows git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3861 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 ac27b49..74cdc82 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -78,7 +78,7 @@ function printMessageInfo($imapConnection, $t, $not_last=true, $key, $mailbox, $subject = processSubject($msg['SUBJECT']); - echo html_tag( 'tr' ) . "\n"; + echo html_tag( 'tr','','','','VALIGN="top"') . "\n"; if (isset($msg['FLAG_FLAGGED']) && ($msg['FLAG_FLAGGED'] == true)) { $flag = ""; -- 1.9.1