Changeset 2070 in subversion for trunk/roundcubemail/program/steps/mail/compose.inc
- Timestamp:
- Nov 20, 2008 5:29:34 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/steps/mail/compose.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/compose.inc
r2065 r2070 324 324 { 325 325 $h2t = new html2text($a_signatures[$identity_id]['text'], false, false); 326 $plainTextPart = $h2t->get_text(); 327 $a_signatures[$identity_id]['plain_text'] = trim(html_entity_decode($plainTextPart, ENT_NOQUOTES, 'UTF-8')); 326 $a_signatures[$identity_id]['plain_text'] = trim($h2t->get_text()); 328 327 } 329 328 }
Note: See TracChangeset
for help on using the changeset viewer.
