Marcin Wtykło

nbsp

@@ -41,5 +41,6 @@ CKEDITOR.editorConfig = function (config) { @@ -41,5 +41,6 @@ CKEDITOR.editorConfig = function (config) {
41 {name: 'about', items: ['About']} 41 {name: 'about', items: ['About']}
42 ]; 42 ];
43 config.disableNativeSpellChecker = false; 43 config.disableNativeSpellChecker = false;
  44 + config.extraPlugins = 'nbsp';
44 }; 45 };
45 46