From: Michael M Slusarz Date: Tue, 7 Jul 2009 19:57:28 +0000 (-0600) Subject: Correctly identify charset of HTML data X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=eb76b66a06e626568552dc22adb3103f53e596bd;p=horde.git Correctly identify charset of HTML data --- 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. */