Bug #19954 » rtehtmlarea_bugfix_10326_follow_up_typo3_4-2.patch
typo3/sysext/rtehtmlarea/htmlarea/plugins/TYPO3HtmlParser/typo3html-parser.js (copie de travail) | ||
---|---|---|
// Could be a button or its hotkey
|
||
var buttonId = this.translateHotKey(id);
|
||
buttonId = buttonId ? buttonId : id;
|
||
this.clean(this.editor._doc.body);
|
||
this.clean();
|
||
return false;
|
||
},
|
||
|