Ticket #7262: support_for_pre_wrapped_lists_from_word.patch
File support_for_pre_wrapped_lists_from_word.patch, 660 bytes (added by , 12 years ago) |
---|
-
default.js
773 773 elementMigrateFilter( config[ 'format_' + ( config.enterMode == CKEDITOR.ENTER_P ? 'p' : 'div' ) ] )( element ); 774 774 }, 775 775 776 'pre' : function( element ) 777 { 778 element.filterChildren(); 779 780 // Is the pre actually a list item? 781 if ( resolveListItem( element ) ) 782 return; 783 784 }, 785 776 786 'div' : function( element ) 777 787 { 778 788 // Aligned table with no text surrounded is represented by a wrapper div, from which