X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fhtmlparser.js;fp=_source%2Fcore%2Fhtmlparser.js;h=ac1420d7454c6b9d1de2ee1e6f8bdf2f54d733b5;hb=c6e377a02b54abc07129d72b632763c727476a15;hp=a225792722d259427651d9e6a00a565b365debf3;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6;p=ckeditor.git diff --git a/_source/core/htmlparser.js b/_source/core/htmlparser.js index a225792..ac1420d 100644 --- a/_source/core/htmlparser.js +++ b/_source/core/htmlparser.js @@ -201,7 +201,7 @@ CKEDITOR.htmlParser = function() } // Comment - if( ( tagName = parts[ 2 ] ) ) + if ( ( tagName = parts[ 2 ] ) ) this.onComment( tagName ); }