From 402390ee8d7bb3851e9cbd42781d16e7b84a2c88 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Sun, 4 Nov 2007 16:07:08 +0100 Subject: [PATCH] Pack html generated by the MiniWiki in in mails. Signed-off-by: Florent Bruneau --- classes/plmailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/plmailer.php b/classes/plmailer.php index eb26208..b654dda 100644 --- a/classes/plmailer.php +++ b/classes/plmailer.php @@ -281,7 +281,7 @@ class PlMailer extends Mail_Mime { if ($this->wiki) { $this->setTxtBody(MiniWiki::WikiToText($this->wiki, true, 0, 78)); if ($with_html) { - $this->setHtmlBody(MiniWiki::WikiToHtml($this->wiki, true)); + $this->setHtmlBody('' . MiniWiki::WikiToHtml($this->wiki, true) . ''); } } } -- 2.1.4