X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fludivine-ckeditor-component.git;a=blobdiff_plain;f=sources%2Fcore%2Fhtmlparser.js;fp=sources%2Fcore%2Fhtmlparser.js;h=c95257c6af341e958e2f15a59eb9d0c902f78bfa;hp=8c309923628ba7ac261a92e39590b17c131a960b;hb=1794320dcfdfcd19572fb1676294f9853a6bbc20;hpb=7183f6a6a21ad9124e70c997e0168459f377a9f2 diff --git a/sources/core/htmlparser.js b/sources/core/htmlparser.js index 8c30992..c95257c 100644 --- a/sources/core/htmlparser.js +++ b/sources/core/htmlparser.js @@ -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;