Changeset bf1b66bf in github
- Timestamp:
- Sep 30, 2009 2:06:41 PM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- cb89616
- Parents:
- 52bd7bf
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/steps/mail/func.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r8583d64 rbf1b66bf 2 2 =========================== 3 3 4 - Fix handling HTML comments in HTML messages (#1486189) 4 5 - Fix folder/messagelist controls alignment - icons used (#1486072) 5 6 - Fix LDAP addressbook shows 'Contact not found' error sometimes (#1486178) -
program/steps/mail/func.inc
rcbeea3d rbf1b66bf 735 735 // allow CSS styles, will be sanitized by rcmail_washtml_callback() 736 736 $washer->add_callback('style', 'rcmail_washtml_callback'); 737 737 738 738 $html = $washer->wash($html); 739 739 $REMOTE_OBJECTS = $washer->extlinks; … … 893 893 $tagname = $matches[2]; 894 894 895 // html comments (#1486189) 896 if ($matches[1] == '<!') 897 return '<!'; 898 895 899 $tagname = preg_replace(array( 896 900 '/:.*$/', // Microsoft's Smart Tags <st1:xxxx>
Note: See TracChangeset
for help on using the changeset viewer.
