Index: typo3/sysext/rtehtmlarea/htmlarea/plugins/BlockStyle/block-style.js =================================================================== --- typo3/sysext/rtehtmlarea/htmlarea/plugins/BlockStyle/block-style.js (révision 6940) +++ typo3/sysext/rtehtmlarea/htmlarea/plugins/BlockStyle/block-style.js (copie de travail) @@ -311,7 +311,7 @@ */ initializeDropDown : function (dropDown) { var store = dropDown.getStore(); - store.removeAll(true); + store.removeAll(false); store.insert(0, new store.recordType({ text: this.localize('No style'), value: 'none' Index: typo3/sysext/rtehtmlarea/htmlarea/plugins/TextStyle/text-style.js =================================================================== --- typo3/sysext/rtehtmlarea/htmlarea/plugins/TextStyle/text-style.js (révision 6940) +++ typo3/sysext/rtehtmlarea/htmlarea/plugins/TextStyle/text-style.js (copie de travail) @@ -463,7 +463,7 @@ */ initializeDropDown : function (dropDown) { var store = dropDown.getStore(); - store.removeAll(true); + store.removeAll(false); store.insert(0, new store.recordType({ text: this.localize('No style'), value: 'none'