From 14e1d36e610855b596c58ea42d139d1b287f896d Mon Sep 17 00:00:00 2001 From: kink Date: Thu, 8 May 2008 09:24:10 +0000 Subject: [PATCH 1/1] remove another tag straight under it... git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13120 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/read_body.php b/src/read_body.php index c79cb323..85c0ab60 100644 --- a/src/read_body.php +++ b/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.= '
' . + $msg.= "\n" . _("Server replied:") . ' ' . $deliver->dlv_ret_nr . ' ' . nl2br(htmlspecialchars($deliver->dlv_server_msg)); } -- 2.25.1