Index: branches/5.2.x/admin/system_presets/simple/inp_ckconfig.js =================================================================== --- branches/5.2.x/admin/system_presets/simple/inp_ckconfig.js +++ branches/5.2.x/admin/system_presets/simple/inp_ckconfig.js @@ -129,3 +129,4 @@ // add ability to browse for documents //CKEDITOR.config.documentsBrowser = true ; +CKEDITOR.config.allowedContent = true; Index: branches/5.2.x/core/admin_templates/js/inp_ckconfig.js =================================================================== --- branches/5.2.x/core/admin_templates/js/inp_ckconfig.js +++ branches/5.2.x/core/admin_templates/js/inp_ckconfig.js @@ -129,3 +129,4 @@ // add ability to browse for documents //CKEDITOR.config.documentsBrowser = true ; +CKEDITOR.config.allowedContent = true;