Changeset 2397 in subversion
- Timestamp:
- Apr 17, 2009 2:47:30 AM (4 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/steps/mail/func.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r2396 r2397 2 2 =========================== 3 3 4 - Fix UTF-8 byte-order mark removing (#1485514) 4 5 - Fix folders subscribtions on Konqueror (#1484841) 5 6 - Fix debug console on Konqueror and Safari -
trunk/roundcubemail/program/steps/mail/func.inc
r2370 r2397 661 661 '/<html[^>]*>/im', // malformed html: remove html tags (#1485139) 662 662 '/<\/html>/i', // malformed html: remove html tags (#1485139) 663 '/^ [\xFE\xFF\xBB\xBF\x00]+((?:<\!doctype|\<html))/im', // removebyte-order mark (only outlook?)663 '/^(\0\0\xFE\xFF|\xFF\xFE\0\0|\xFE\xFF|\xFF\xFE|\xEF\xBB\xBF)/', // byte-order mark (only outlook?) 664 664 ); 665 665 $html_replace = array( … … 670 670 '', 671 671 '', 672 ' \\1',672 '', 673 673 ); 674 674 $html = preg_replace($html_search, $html_replace, $html);
Note: See TracChangeset
for help on using the changeset viewer.
