Changeset 4f7aa85f in github


Ignore:
Timestamp:
Aug 27, 2009 5:52:52 AM (4 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
11e670d
Parents:
7e15422
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/mail/func.inc

    r6c2d7ed r4f7aa85f  
    677677    '/<title>.*<\/title>/i',            // PHP bug #32547 workaround: remove title tag 
    678678    '/^(\0\0\xFE\xFF|\xFF\xFE\0\0|\xFE\xFF|\xFF\xFE|\xEF\xBB\xBF)/',    // byte-order mark (only outlook?) 
    679     '/<html\sxmlns:[a-z]=[^>]+>/i',  // washtml/DOMDocument cannot handle xml namespaces 
     679    '/<html\s[^>]+>/i',                 // washtml/DOMDocument cannot handle xml namespaces 
    680680  ); 
    681681  $html_replace = array( 
Note: See TracChangeset for help on using the changeset viewer.