Changeset 3410 in subversion for trunk/roundcubemail/program/steps/mail/func.inc
- Timestamp:
- Mar 24, 2010 5:28:59 AM (3 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
r3385 r3410 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.
