Ticket #5626: 5626_2.patch

File 5626_2.patch, 543 bytes (added by Paweł Horzela, 14 years ago)

Patch

  • _source/core/htmlparser/fragment.js

     
    237237                                {
    238238                                        addElement( currentNode, currentNode.parent );
    239239                                }
     240                                else if ( tagName in CKEDITOR.dtd.$listItem )
     241                                {
     242                                        parser.onTagOpen( 'ul', {} );
     243                                        addPoint = currentNode;
     244                                        reApply = true;
     245                                }
    240246                                else
    241247                                {
    242248                                        if ( nonBreakingBlocks[ currentName ] )
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy