Changeset 1467 in subversion
- Timestamp:
- Jun 3, 2008 1:07:53 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/lib/washtml.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/lib/washtml.php
r1452 r1467 188 188 $node = new DOMDocument('1.0', $config['charset']); 189 189 $full = true; 190 $html = mb_convert_encoding($html, 'HTML-ENTITIES', 'UTF-8'); 190 191 @$node->loadHTML($html); 191 192 return self::dumpHtml($node, $config, $full);
Note: See TracChangeset
for help on using the changeset viewer.
