Ticket #5626: 5626_2.patch
File 5626_2.patch, 543 bytes (added by , 13 years ago) |
---|
-
_source/core/htmlparser/fragment.js
237 237 { 238 238 addElement( currentNode, currentNode.parent ); 239 239 } 240 else if ( tagName in CKEDITOR.dtd.$listItem ) 241 { 242 parser.onTagOpen( 'ul', {} ); 243 addPoint = currentNode; 244 reApply = true; 245 } 240 246 else 241 247 { 242 248 if ( nonBreakingBlocks[ currentName ] )