Changeset 10d0e3e in github
- Timestamp:
- Aug 6, 2009 12:03:05 PM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 4fc15f6
- Parents:
- f4bf206
- File:
-
- 1 edited
-
program/steps/mail/func.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/mail/func.inc
rf4bf206 r10d0e3e 700 700 $html = substr_replace($html, '<meta http-equiv="Content-Type" content="text/html; charset='.RCMAIL_CHARSET.'" />', intval(stripos($html, '<head>')+6), 0); 701 701 } 702 702 703 // turn relative into absolute urls 703 704 $html = rcmail_resolve_base($html); … … 720 721 $wash_opts['html_attribs'] = array('rel','type'); 721 722 } 722 console($html);723 723 724 724 $washer = new washtml($wash_opts);
Note: See TracChangeset
for help on using the changeset viewer.
