Ignore:
Timestamp:
Jul 5, 2009 5:31:18 AM (4 years ago)
Author:
alec
Message:
  • handle <broadcast> tag in html messages (#1485962)
File:
1 edited

Legend:

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

    r2656 r2710  
    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.