thomascube
2009-04-26 c5d8db9f818dd622c8cd6f915a1b1ba7af51d4c6
program/js/editor.js
@@ -75,9 +75,8 @@
  if (ishtml)
    {
    rcmail.display_spellcheck_controls(false);
    var htmlText = "<pre>" + composeElement.value + "</pre>";
    composeElement.value = htmlText;
    rcmail.plain2html(composeElement.value, textAreaId);
    tinyMCE.execCommand('mceAddControl', true, textAreaId);
    if (flagElement && (flag = rcube_find_object(flagElement)))
      flag.value = '1';