- added a view header option
[squirrelmail.git] / functions / mime.php
index 7cf724df820c8e65667d9e4af11ec9654cc48d9b..4cf74790ff96360841df2a915af0f503f84e9a36 100644 (file)
          $body = translateText($body, $wrap_at, $charset);
       }   
 
-      $body .= "<BR><SMALL><CENTER><A HREF=\"../src/download.php?absolute_dl=true&passed_id=$id&passed_ent_id=$ent_num&mailbox=$urlmailbox\">". _("Download this as a file") ."</A></CENTER><BR></SMALL>";
+      $body .= "<SMALL><CENTER><A HREF=\"../src/download.php?absolute_dl=true&passed_id=$id&passed_ent_id=$ent_num&mailbox=$urlmailbox\">". _("Download this as a file") ."</A></CENTER><BR></SMALL>";
 
       /** Display the ATTACHMENTS: message if there's more than one part **/
       if ($message->entities) {