diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc index 6e1126b86..e671b4c2a 100644 --- a/program/steps/mail/compose.inc +++ b/program/steps/mail/compose.inc @@ -814,7 +814,7 @@ function rcmail_editor_selector($attrib) $selector = ''; $attrib['name'] = '_editorSelect'; - $attrib['onclick'] = 'return rcmail_toggle_editor(this)'; + $attrib['onchange'] = 'return rcmail_toggle_editor(this)'; foreach ($choices as $value => $text) { $checked = '';