X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fcore%2Fhtmlparser%2Ffragment.js;h=2d7f8ac1a2dc4af55694c1a2f1983147b5b3becd;hp=a80fd1d57c0d042eeb08adc3b71121e39da0d977;hb=6e682412d5cc0dfaedb376482e585bf2989c6863;hpb=2f22c0c38f17e75be5541089076885442aaa2377 diff --git a/_source/core/htmlparser/fragment.js b/_source/core/htmlparser/fragment.js index a80fd1d..2d7f8ac 100644 --- a/_source/core/htmlparser/fragment.js +++ b/_source/core/htmlparser/fragment.js @@ -127,7 +127,7 @@ CKEDITOR.htmlParser.fragment = function() function sendPendingBRs() { while ( pendingBRs.length ) - currentNode.add( pendingBRs.shift() ); + addElement( pendingBRs.shift(), currentNode ); } /*