Changeset 74ceb69 in github


Ignore:
Timestamp:
Jul 5, 2009 5:31:18 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:
10914a0
Parents:
26fa646
Message:
  • handle <broadcast> tag in html messages (#1485962)
File:
1 edited

Legend:

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

    r5302a93 r74ceb69  
    678678    '/(<[\/]*st1:[^>]+>)/i',            // Microsoft's Smart Tags <ST1> 
    679679    '/<\/?rte_text>/i',                 // Rich Text Editor tags (#1485647) 
     680    '/<\/?broadcast[^>]*>/i',           // invoices from the Apple Store contains <broadcast> tags (#1485962) 
    680681    '/<title>.*<\/title>/i',            // PHP bug #32547 workaround: remove title tag 
    681682    '/<html[^>]*>/im',                  // malformed html: remove html tags (#1485139) 
     
    685686  $html_replace = array( 
    686687    '\\1'.' &nbsp; '.'\\3', 
     688    '', 
    687689    '', 
    688690    '', 
Note: See TracChangeset for help on using the changeset viewer.