From 8d9479b3b7006acef48a686485c14564b86a875c Mon Sep 17 00:00:00 2001 From: Marc Date: Wed, 6 Jan 2016 13:29:36 +0100 Subject: [PATCH] upd cleaner typo --- www/script/editor/ckeditor/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/script/editor/ckeditor/config.js b/www/script/editor/ckeditor/config.js index 8e4f47f598..f7ae15047c 100644 --- a/www/script/editor/ckeditor/config.js +++ b/www/script/editor/ckeditor/config.js @@ -36,7 +36,7 @@ CKEDITOR.editorConfig = function( config ) { // Allow all div classes (from theme and for Boostrap and FontAwesome), allow empty config.extraAllowedContent = 'div(*)[*]{*}; a[!href]; span(*)[*]{*};table(*)[*]{*}; p(*)[*]{*}; li(*)[*]{*}; ul(*)[*]{*}'; CKEDITOR.dtd.$removeEmpty.i = 0; - CKEDITOR.dtd.$removeEmpty['span'] = 0; + CKEDITOR.dtd.$removeEmpty.span = 0; // Simplify the dialog windows. config.removeDialogTabs = 'image:advanced;link:advanced';