Removed extra SMALL tags, they were already incased in a
authorcigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 31 Mar 2004 17:04:04 +0000 (17:04 +0000)
committercigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 31 Mar 2004 17:04:04 +0000 (17:04 +0000)
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

index 5711433f3b433caae8127819272ea69aebb42382..bc4a6aba079f9221876a30aec7edf0b179e7a22d 100644 (file)
@@ -633,7 +633,7 @@ function formatMenubar($mailbox, $passed_id, $passed_ent_id, $message, $mbx_resp
         }
     }
 
-    $menu_row .= "\n".'<form name="composeForm" action="'.$comp_uri.'" '.$method.$target.' style="display: inline"><small>'."\n";
+    $menu_row .= "\n".'<form name="composeForm" action="'.$comp_uri.'" '.$method.$target.' style="display: inline">'."\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 .= '<form action="'.$delete_url.'" method="post" style="display: inline"><small>';
+    $menu_row .= '<form action="'.$delete_url.'" method="post" style="display: inline">';
 
     if (!(isset($passed_ent_id) && $passed_ent_id)) {
         $menu_row .= '<input type="hidden" name="message" value="'.$passed_id.'" />';