Changeset 96b679d in github
- Timestamp:
- Jan 18, 2010 5:40:17 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 5740c06
- Parents:
- 76c94b6
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/steps/mail/func.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r76c94b6 r96b679d 2 2 =========================== 3 3 4 - Fix removal of <title> tag from HTML messages (#1486432) 4 5 - Fix 'force_https' to specified port when URL contains a port number (#1486411) 5 6 - Fix to-text converting of HTML entities inside b/strong/th/hX tags (#1486422) -
program/steps/mail/func.inc
r5b3ed54 r96b679d 680 680 $html_search = array( 681 681 '/(<\/nobr>)(\s+)(<nobr>)/i', // space(s) between <NOBR> 682 '/<title >.*<\/title>/i', // PHP bug #32547 workaround: remove title tag682 '/<title[^>]*>.*<\/title>/i', // PHP bug #32547 workaround: remove title tag 683 683 '/^(\0\0\xFE\xFF|\xFF\xFE\0\0|\xFE\xFF|\xFF\xFE|\xEF\xBB\xBF)/', // byte-order mark (only outlook?) 684 684 '/<html\s[^>]+>/i', // washtml/DOMDocument cannot handle xml namespaces
Note: See TracChangeset
for help on using the changeset viewer.
