Browse Source

remove another tag straight under it...

Thijs Kinkhorst 17 năm trước cách đây
mục cha
commit
e802549f6f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/read_body.php

+ 1 - 1
src/read_body.php

@@ -270,7 +270,7 @@ function SendMDN ( $mailbox, $passed_id, $message, $imapConnection) {
         $msg = _("Message not sent.") . "\n" .
             $deliver->dlv_msg;
         if (! empty($deliver->dlv_server_msg)) {
-            $msg.= '<br />' .
+            $msg.= "\n" .
                 _("Server replied:") . ' ' . $deliver->dlv_ret_nr . ' ' .
                 nl2br(htmlspecialchars($deliver->dlv_server_msg));
         }