Aleksander Machniak
2012-05-22 5c7e54b1756367a502367a2918a77fdb3dba4ee2
program/steps/mail/compose.inc
@@ -770,6 +770,7 @@
  // If desired, set this textarea to be editable by TinyMCE
  if ($isHtml) {
    $MESSAGE_BODY = htmlentities($MESSAGE_BODY, ENT_NOQUOTES, RCMAIL_CHARSET);
    $attrib['class'] = 'mce_editor';
    $textarea = new html_textarea($attrib);
    $out .= $textarea->show($MESSAGE_BODY);