JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.1.1
[ckeditor.git] / _source / core / htmlparser.js
index a225792..ac1420d 100644 (file)
@@ -201,7 +201,7 @@ CKEDITOR.htmlParser = function()
                                }\r
 \r
                                // Comment\r
-                               if( ( tagName = parts[ 2 ] ) )\r
+                               if ( ( tagName = parts[ 2 ] ) )\r
                                        this.onComment( tagName );\r
                        }\r
 \r