X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fludivine-ckeditor-component.git;a=blobdiff_plain;f=sources%2Fcore%2Fdom%2Fdocument.js;fp=sources%2Fcore%2Fdom%2Fdocument.js;h=ebf0babb98c0aed485c6a08dcd3d8594df232ebe;hp=51c5b19b913df1bc5b1350fbbdbc654b8b6a0c9f;hb=1794320dcfdfcd19572fb1676294f9853a6bbc20;hpb=7183f6a6a21ad9124e70c997e0168459f377a9f2 diff --git a/sources/core/dom/document.js b/sources/core/dom/document.js index 51c5b19..ebf0bab 100644 --- a/sources/core/dom/document.js +++ b/sources/core/dom/document.js @@ -262,7 +262,7 @@ CKEDITOR.tools.extend( CKEDITOR.dom.document.prototype, { * @param {String} html The HTML defining the document content. */ write: function( html ) { - // Don't leave any history log in IE. (#5657) + // Don't leave any history log in IE. (http://dev.ckeditor.com/ticket/5657) this.$.open( 'text/html', 'replace' ); // Support for custom document.domain in IE.