Skip to content

Commit

Permalink
upd cleaner typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-pi committed Jan 6, 2016
1 parent b43ab49 commit 8d9479b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/script/editor/ckeditor/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ CKEDITOR.editorConfig = function( config ) {
// Allow all div classes (from theme and for Boostrap and FontAwesome), allow empty <i>
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';
Expand Down

0 comments on commit 8d9479b

Please sign in to comment.