diff --git a/wysiwyg/config.js b/wysiwyg/config.js index 5e5f7eba..d201b47e 100644 --- a/wysiwyg/config.js +++ b/wysiwyg/config.js @@ -19,7 +19,7 @@ CKEDITOR.editorConfig = function( config ) { config.toolbarCanCollapse = false; config.scayt_autoStartup = true; - config.enterMode = CKEDITOR.ENTER_BR; + //config.enterMode = CKEDITOR.ENTER_BR; config.allowedContent = true; config.toolbarGroups = [ { name: 'undo', groups: [ 'Undo', 'Redo', ] },