From d35df48746fa044e85cb8079390f19bf88cca64b Mon Sep 17 00:00:00 2001 From: cigamit Date: Wed, 31 Mar 2004 17:04:04 +0000 Subject: [PATCH] Removed extra SMALL tags, they were already incased in a SMALL tag from a few lines above and these were also unescaped. Dual/Triple tags resulted in the text being so small, its almost unreadable, now they are more consistent with the rest git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6987 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 5711433f..bc4a6aba 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)) { @@ -658,7 +658,7 @@ function formatMenubar($mailbox, $passed_id, $passed_ent_id, $message, $mbx_resp // Form for deletion $delete_url = $base_uri . 'src/delete_message.php?mailbox=' . $urlMailbox; - $menu_row .= ''; + $menu_row .= ''; if (!(isset($passed_ent_id) && $passed_ent_id)) { $menu_row .= ''; -- 2.25.1