]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blobdiff - sources/plugins/htmlwriter/plugin.js
Update to 4.7.3
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / plugins / htmlwriter / plugin.js
index b6d27165814dd93f2eae9f5c4f77ca76e2dac219..61d6ac64300bd8afffa6eb72135e2976f87a0534 100644 (file)
@@ -69,7 +69,7 @@ CKEDITOR.htmlWriter = CKEDITOR.tools.createClass( {
 \r
                this._.indent = 0;\r
                this._.indentation = '';\r
-               // Indicate preformatted block context status. (#5789)\r
+               // Indicate preformatted block context status. (http://dev.ckeditor.com/ticket/5789)\r
                this._.inPre = 0;\r
                this._.rules = {};\r
 \r
@@ -180,7 +180,7 @@ CKEDITOR.htmlWriter = CKEDITOR.tools.createClass( {
 \r
                        if ( typeof attValue == 'string' ) {\r
                                this.forceSimpleAmpersand && ( attValue = attValue.replace( /&/g, '&' ) );\r
-                               // Browsers don't always escape special character in attribute values. (#4683, #4719).\r
+                               // Browsers don't always escape special character in attribute values. (http://dev.ckeditor.com/ticket/4683, http://dev.ckeditor.com/ticket/4719).\r
                                attValue = CKEDITOR.tools.htmlEncodeAttr( attValue );\r
                        }\r
 \r