diff options
| author | estadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-31 02:58:31 +0000 |
|---|---|---|
| committer | estadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-31 02:58:31 +0000 |
| commit | ae9e8a46045b89eec8f0c1c917f3a9a3db898d6e (patch) | |
| tree | d0d453fe012e7b3c3e4e25fa4467825399fb9964 /roundcubemail/program/lib/washtml.php | |
| parent | f75a81c26c504fb50757936df9df5022e32ccc06 (diff) | |
better solution for HTML washing encoding issue
git-svn-id: https://svn.roundcube.net/trunk@2816 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/lib/washtml.php')
| -rw-r--r-- | roundcubemail/program/lib/washtml.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/program/lib/washtml.php b/roundcubemail/program/lib/washtml.php index 57145a179..efd525df3 100644 --- a/roundcubemail/program/lib/washtml.php +++ b/roundcubemail/program/lib/washtml.php @@ -246,7 +246,6 @@ class washtml //Charset seems to be ignored (probably if defined in the HTML document) $node = new DOMDocument('1.0', $this->config['charset']); $this->extlinks = false; - $html = mb_convert_encoding($html, 'HTML-ENTITIES', $this->config['charset']); @$node->loadHTML($html); return $this->dumpHtml($node); } |
