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.19.2.1 -r1.19.2.2 --- lams_central/web/includes/javascript/ckconfig_custom.js 2 Sep 2014 23:18:33 -0000 1.19.2.1 +++ lams_central/web/includes/javascript/ckconfig_custom.js 30 Oct 2014 17:10:37 -0000 1.19.2.2 @@ -58,7 +58,7 @@ CKEDITOR.config.contentsCss = CKEDITOR.basePath + '../css/defaultHTML_learner.css' ; -//CKEDITOR.config.skin = 'office2003' ; +//CKEDITOR.config.skin = 'office2013' ; CKEDITOR.config.disableNativeSpellChecker = false; CKEDITOR.config.browserContextMenuOnCtrl = true; CKEDITOR.config.templates = CKEDITOR.basePath + '../www/htmltemplates.xml';