From 5a383256879068e5de409e8d6a25cc466a21dfd4 Mon Sep 17 00:00:00 2001 From: tassium Date: Wed, 2 Jul 2003 19:46:57 +0000 Subject: [PATCH] Patch from Alex Lemaresquier to correct a minor rendering issue with Mozilla. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5193 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/search.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/search.php b/src/search.php index 8c295ab7..934d13b0 100644 --- a/src/search.php +++ b/src/search.php @@ -526,6 +526,7 @@ function asearch_print_form($imapConnection, $boxes, $mailbox_array, $biop_array global $color; /* Search Form */ + echo "
\n"; echo '
' . "\n"; echo html_tag( 'table', '', 'center', $color[9], 'width="100%" cellpadding="1" cellspacing="1" border="0"' ); -- 2.25.1