Changeset 5799531 in github
- Timestamp:
- Mar 24, 2010 5:28:59 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 84a3312
- Parents:
- fdf8750
- File:
-
- 1 edited
-
program/steps/mail/func.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/mail/func.inc
r9b3fdc2 r5799531 939 939 940 940 if ($part->ctype_secondary == 'html') 941 $out .= html::div('message-htmlpart', rcmail_html4inline($body, $attrib['id'] ));941 $out .= html::div('message-htmlpart', rcmail_html4inline($body, $attrib['id'] . ' div.rcmBody')); 942 942 else 943 943 $out .= html::div('message-part', $body); … … 1037 1037 $out); 1038 1038 1039 if (!preg_match('/<div class="rcmBody"/', $out)) 1040 $out = '<div class="rcmBody">' . $out . '</div>'; 1041 1039 1042 // quote <? of php and xml files that are specified as text/html 1040 1043 $out = preg_replace(array('/<\?/', '/\?>/'), array('<?', '?>'), $out);
Note: See TracChangeset
for help on using the changeset viewer.
