Skip to content

Commit

Permalink
fix #2108 CKEditor에서 비어있는 태그를 제거하는 기능으로 인해 일부 코드가 제거되는 문제 고침
Browse files Browse the repository at this point in the history
- ins, i
  • Loading branch information
bnu committed Jun 26, 2017
1 parent 4c5f430 commit 5a26ad9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/editor/skins/ckeditor/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
content_field: jQuery('[name={$editor_content_key_name}]')
};

CKEDITOR.dtd.$removeEmpty.ins = 0;
CKEDITOR.dtd.$removeEmpty.i = 0;

<!--@if($enable_component)-->
{@ $xe_component = array(); }
<!--@foreach($component_list as $component_name => $component)-->
Expand Down Expand Up @@ -79,7 +82,6 @@
<!--@if($css_content)-->CKEDITOR.addCss('{$css_content}');<!--@end-->

var ckeApp = $('#ckeditor_instance_{$editor_sequence}').XeCkEditor(settings);

});
})(jQuery);
</script>

0 comments on commit 5a26ad9

Please sign in to comment.