Ticket #6278: 6278.patch

File 6278.patch, 427 bytes (added by Paweł Horzela, 14 years ago)

Patch

  • _source/core/htmlparser/fragment.js

     
    386386
    387387                parser.onComment = function( comment )
    388388                {
     389                        sendPendingBRs();
     390                        checkPending();
     391                       
    389392                        currentNode.add( new CKEDITOR.htmlParser.comment( comment ) );
    390393                };
    391394
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy