Index: typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker/spell-check-ui.js =================================================================== --- typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker/spell-check-ui.js (révision 6427) +++ typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker/spell-check-ui.js (copie de travail) @@ -67,7 +67,7 @@ function saveClicked() { if (modified) { - dialog.plugin.editor.setHTML(makeCleanDoc(false)); + dialog.plugin.editor.getPluginInstance("EditorMode").setHTML(makeCleanDoc(false)); } if ((to_p_dict.length || to_r_list.length) && dialog.plugin.enablePersonalDicts) { var data = {};