Changeset 2710 in subversion for trunk/roundcubemail/program/steps/mail/func.inc
- Timestamp:
- Jul 5, 2009 5:31:18 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/steps/mail/func.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/func.inc
r2656 r2710 678 678 '/(<[\/]*st1:[^>]+>)/i', // Microsoft's Smart Tags <ST1> 679 679 '/<\/?rte_text>/i', // Rich Text Editor tags (#1485647) 680 '/<\/?broadcast[^>]*>/i', // invoices from the Apple Store contains <broadcast> tags (#1485962) 680 681 '/<title>.*<\/title>/i', // PHP bug #32547 workaround: remove title tag 681 682 '/<html[^>]*>/im', // malformed html: remove html tags (#1485139) … … 685 686 $html_replace = array( 686 687 '\\1'.' '.'\\3', 688 '', 687 689 '', 688 690 '',
Note: See TracChangeset
for help on using the changeset viewer.
