]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blobdiff - sources/core/htmlparser.js
Update to 4.7.3
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / core / htmlparser.js
index 8c309923628ba7ac261a92e39590b17c131a960b..c95257c6af341e958e2f15a59eb9d0c902f78bfa 100644 (file)
@@ -163,7 +163,7 @@ CKEDITOR.htmlParser = function() {
                                        tagName = tagName.toLowerCase();
 
                                        // There are some tag names that can break things, so let's
-                                       // simply ignore them when parsing. (#5224)
+                                       // simply ignore them when parsing. (http://dev.ckeditor.com/ticket/5224)
                                        if ( /="/.test( tagName ) )
                                                continue;