Aleksander Machniak
2014-05-01 89d6ce68463b92641946551b07ec49b023d56d90
program/steps/mail/compose.inc
@@ -1675,7 +1675,7 @@
    if (empty($attrib['name']))
        $attrib['name'] = 'editorSelect';
    $attrib['onchange'] = "return rcmail_toggle_editor(this, '".$attrib['editorid']."', '_is_html')";
    $attrib['onchange'] = "return rcmail_toggle_editor(this, '".$attrib['editorid']."')";
    $select = new html_select($attrib);