Changeset 4f7aa85f in github
- Timestamp:
- Aug 27, 2009 5:52:52 AM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 11e670d
- Parents:
- 7e15422
- File:
-
- 1 edited
-
program/steps/mail/func.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/mail/func.inc
r6c2d7ed r4f7aa85f 677 677 '/<title>.*<\/title>/i', // PHP bug #32547 workaround: remove title tag 678 678 '/^(\0\0\xFE\xFF|\xFF\xFE\0\0|\xFE\xFF|\xFF\xFE|\xEF\xBB\xBF)/', // byte-order mark (only outlook?) 679 '/<html\s xmlns:[a-z]=[^>]+>/i',// washtml/DOMDocument cannot handle xml namespaces679 '/<html\s[^>]+>/i', // washtml/DOMDocument cannot handle xml namespaces 680 680 ); 681 681 $html_replace = array(
Note: See TracChangeset
for help on using the changeset viewer.
