X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=sources%2Fcore%2Fhtmlparser.js;fp=sources%2Fcore%2Fhtmlparser.js;h=c95257c6af341e958e2f15a59eb9d0c902f78bfa;hp=dffde95e9cbdc0583ca5133a0f01bef5d4519fc3;hb=317f8f8f0651488f226b5280a8f036c7c135c639;hpb=1096cdefb1c9a3f3c4ca6807e272da6c92e5ed9c diff --git a/sources/core/htmlparser.js b/sources/core/htmlparser.js index dffde95..c95257c 100644 --- a/sources/core/htmlparser.js +++ b/sources/core/htmlparser.js @@ -1,5 +1,5 @@ /** - * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. + * @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ @@ -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;