diff --git a/include/class.mailer.php b/include/class.mailer.php index e91836d8ac4b8e05a98543d7124ef39391d8e2ee..4adc2c4b27138f9a1df6c6dd1c32087ca5e251a0 100644 --- a/include/class.mailer.php +++ b/include/class.mailer.php @@ -159,8 +159,8 @@ class Mailer { if (!(isset($options['text']) && $options['text'])) { if ($cfg->stripQuotedReply() && ($tag=$cfg->getReplySeparator()) && (!isset($options['reply-tag']) || $options['reply-tag'])) - $message = "<div style=\"display:none\" data-mid=\"$mid_token\">$tag<br/><br/></div - .$message; + $message = "<div style=\"display:none\" + data-mid=\"$mid_token\">$tag<br/><br/></div>$message"; // Make sure nothing unsafe has creeped into the message $message = Format::safe_html($message); //XXX?? $txtbody = rtrim(Format::html2text($message, 90, false))