Changeset 3046 in subversion for trunk/roundcubemail/program/steps/mail/func.inc
- Timestamp:
- Oct 16, 2009 12:25:10 PM (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
r3036 r3046 698 698 699 699 // fix (unknown/malformed) HTML tags before "wash" 700 $html = preg_replace_callback('/(<[\/ !]*)([^>]+)/', 'rcmail_html_tag_callback', $html);700 $html = preg_replace_callback('/(<[\/]*)([^\s>]+)/', 'rcmail_html_tag_callback', $html); 701 701 702 702 // charset was converted to UTF-8 in rcube_imap::get_message_part(), … … 909 909 $tagname = $matches[2]; 910 910 911 // html comments (#1486189)912 if ($matches[1] == '<!')913 return '<!';914 915 911 $tagname = preg_replace(array( 916 912 '/:.*$/', // Microsoft's Smart Tags <st1:xxxx>
Note: See TracChangeset
for help on using the changeset viewer.
