From eb76b66a06e626568552dc22adb3103f53e596bd Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 7 Jul 2009 13:57:28 -0600 Subject: [PATCH] Correctly identify charset of HTML data --- imp/lib/Mime/Viewer/Html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/lib/Mime/Viewer/Html.php b/imp/lib/Mime/Viewer/Html.php index ddb4bd8bd..9fe00cafa 100644 --- a/imp/lib/Mime/Viewer/Html.php +++ b/imp/lib/Mime/Viewer/Html.php @@ -117,7 +117,7 @@ class IMP_Horde_Mime_Viewer_Html extends Horde_Mime_Viewer_Html } /* Sanitize the HTML. */ - $cleanhtml = $this->_cleanHTML($data, $inline); + $cleanhtml = $this->_cleanHTML($data, $inline, $msg_charset); $data = $cleanhtml['html']; /* We are done processing if in mimp mode. */ -- 2.11.0