Changeset 2843 in subversion
- Timestamp:
- Aug 6, 2009 12:03:05 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
r2842 r2843 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.
