Explorar o código

remove unnecessary html tag

Thijs Kinkhorst %!s(int64=17) %!d(string=hai) anos
pai
achega
5762b35be6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/read_body.php

+ 1 - 1
src/read_body.php

@@ -267,7 +267,7 @@ function SendMDN ( $mailbox, $passed_id, $message, $imapConnection) {
         $success = $deliver->finalizeStream($stream);
     }
     if (!$success) {
-        $msg = _("Message not sent.") . "<br />\n" .
+        $msg = _("Message not sent.") . "\n" .
             $deliver->dlv_msg;
         if (! empty($deliver->dlv_server_msg)) {
             $msg.= '<br />' .