Changeset 659672e in github
- Timestamp:
- Jul 30, 2009 12:07:26 AM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 9d88bf7
- Parents:
- 2e63d30
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/lib/washtml.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r2e63d30 r659672e 6 6 - Fix charset names with X- prefix handling 7 7 - Fix displaying of HTML messages with unknown/malformed tags (#1486003) 8 - Fix HTML washing of non-UTF8 messages 8 9 9 10 RELEASE 0.3-RC1 -
program/lib/washtml.php
r2337a82 r659672e 247 247 $node = new DOMDocument('1.0', $this->config['charset']); 248 248 $this->extlinks = false; 249 $html = mb_convert_encoding($html, 'HTML-ENTITIES', $this->config['charset']); 249 250 @$node->loadHTML($html); 250 251 return $this->dumpHtml($node);
Note: See TracChangeset
for help on using the changeset viewer.
