Skip to content

Commit

Permalink
forgot img
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-pi committed Jan 6, 2016
1 parent 8d9479b commit 37fe9e2
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 @@ -34,7 +34,7 @@ CKEDITOR.editorConfig = function( config ) {
config.format_tags = 'p;h1;h2;h3;pre';

// Allow all div classes (from theme and for Boostrap and FontAwesome), allow empty <i>
config.extraAllowedContent = 'div(*)[*]{*}; a[!href]; span(*)[*]{*};table(*)[*]{*}; p(*)[*]{*}; li(*)[*]{*}; ul(*)[*]{*}';
config.extraAllowedContent = 'div(*)[*]{*}; a[!href]; span(*)[*]{*};table(*)[*]{*}; p(*)[*]{*}; li(*)[*]{*}; ul(*)[*]{*}; img(*)[*]{*}';
CKEDITOR.dtd.$removeEmpty.i = 0;
CKEDITOR.dtd.$removeEmpty.span = 0;

Expand Down

0 comments on commit 37fe9e2

Please sign in to comment.