Ticket #6133: #6133.patch

File #6133.patch, 484 bytes (added by Martin, 14 years ago)

Patch

  • _source/plugins/list/plugin.js

     
    317317                        listItem.appendTo( listNode );
    318318
    319319                        // Append a bogus BR to force the LI to render at full height
    320                         if ( !CKEDITOR.env.ie )
    321                                 listItem.appendBogus();
     320                        //if ( !CKEDITOR.env.ie )
     321                        //      listItem.appendBogus();
    322322                }
    323323
    324324                if ( dir )
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy