From 39de750f7ebb151f2a03db2e9f0304b4d9b90c1b Mon Sep 17 00:00:00 2001 From: stekkel Date: Tue, 30 Mar 2004 09:56:36 +0000 Subject: [PATCH] Fix form display in IE6. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6955 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/read_body.php b/src/read_body.php index 9f1cad70..e9a6dcfd 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -633,7 +633,7 @@ function formatMenubar($mailbox, $passed_id, $passed_ent_id, $message, $mbx_resp } } - $menu_row .= "\n".'
'."\n"; + $menu_row .= "\n".''."\n"; // If Draft folder - create Resume link if (($mailbox == $draft_folder) && ($save_as_draft)) { @@ -694,7 +694,7 @@ function formatMenubar($mailbox, $passed_id, $passed_ent_id, $message, $mbx_resp $location = $base_uri . 'src/right_main.php?'; } - $menu_row .= ''. + $menu_row .= ''. ''. ''. ''. -- 2.25.1