X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fmime.php;h=ef00957c74b2519bb77c3eeb645d7466fde66b63;hb=a7e5e3555b1cf7a2fddd5b8ded04eddd099cf591;hp=43bcad88bcb306b1e58cd2e4e23f5c70a4675472;hpb=2a32fc83f95eba42be0d1752ef685adf10e1edc9;p=squirrelmail.git diff --git a/functions/mime.php b/functions/mime.php index 43bcad88..ef00957c 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -1,4 +1,4 @@ -
". _("Download this as a file") ."

"; + $body .= "
". _("Download this as a file") ."

"; /** Display the ATTACHMENTS: message if there's more than one part **/ if (count($message["ENTITIES"]) > 1) { @@ -189,7 +187,7 @@ $urlMailbox = urlencode($message["INFO"]["MAILBOX"]); $id = $message["INFO"]["ID"]; - $body .= "   " . $display_filename . "  (TYPE: $type0/$type1)
"; + $body .= "   " . $display_filename . "  (TYPE: $type0/$type1)
"; } $body .= ""; }