Index: lams_central/web/includes/javascript/ckconfig_custom.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/ckconfig_custom.js,v diff -u -r1.10 -r1.11 --- lams_central/web/includes/javascript/ckconfig_custom.js 3 Jan 2012 18:56:51 -0000 1.10 +++ lams_central/web/includes/javascript/ckconfig_custom.js 7 Jan 2012 12:29:18 -0000 1.11 @@ -44,6 +44,7 @@ CKEDITOR.config.enterMode = 'div' ; CKEDITOR.plugins.addExternal('WikiLink', CKEDITOR.basePath + '../tool/lawiki10/wikilink/', 'plugin.js') ; CKEDITOR.config.extraPlugins = 'videorecorder,kaltura,WikiLink,equation,paint,movieplayer' ; +CKEDITOR.config.enterMode = CKEDITOR.ENTER_DIV; // ---- Additional scripts ----- // Hides editor instaces until they are fully initialized @@ -54,4 +55,4 @@ CKEDITOR.on('instanceReady', function(e){ e.editor.element.$.style.display = ''; -}); \ No newline at end of file +});