Skip to content
Snippets Groups Projects
Commit 1ff51dc2 authored by Peter Rotich's avatar Peter Rotich
Browse files

oops: Fix syntax error introduced by 9199989d

parent 88700f21
Branches
Tags
No related merge requests found
...@@ -159,8 +159,8 @@ class Mailer { ...@@ -159,8 +159,8 @@ class Mailer {
if (!(isset($options['text']) && $options['text'])) { if (!(isset($options['text']) && $options['text'])) {
if ($cfg->stripQuotedReply() && ($tag=$cfg->getReplySeparator()) if ($cfg->stripQuotedReply() && ($tag=$cfg->getReplySeparator())
&& (!isset($options['reply-tag']) || $options['reply-tag'])) && (!isset($options['reply-tag']) || $options['reply-tag']))
$message = "<div style=\"display:none\" data-mid=\"$mid_token\">$tag<br/><br/></div $message = "<div style=\"display:none\"
.$message; data-mid=\"$mid_token\">$tag<br/><br/></div>$message";
// Make sure nothing unsafe has creeped into the message // Make sure nothing unsafe has creeped into the message
$message = Format::safe_html($message); //XXX?? $message = Format::safe_html($message); //XXX??
$txtbody = rtrim(Format::html2text($message, 90, false)) $txtbody = rtrim(Format::html2text($message, 90, false))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment