X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fludivine-ckeditor-component.git;a=blobdiff_plain;f=sources%2Fcore%2Fskin.js;fp=sources%2Fcore%2Fskin.js;h=290157d4bdc9008c108506e5f2056131a940266c;hp=4f0ee7c573e096b8175337adf2f2f3b82e1a3e32;hb=1794320dcfdfcd19572fb1676294f9853a6bbc20;hpb=7183f6a6a21ad9124e70c997e0168459f377a9f2 diff --git a/sources/core/skin.js b/sources/core/skin.js index 4f0ee7c..290157d 100644 --- a/sources/core/skin.js +++ b/sources/core/skin.js @@ -125,7 +125,7 @@ offset = overrideOffset || ( icon && icon.offset ); bgsize = overrideBgsize || ( icon && icon.bgsize ) || '16px'; - // If we use apostrophes in background-image, we must escape apostrophes in path (just to be sure). (#13361) + // If we use apostrophes in background-image, we must escape apostrophes in path (just to be sure). (http://dev.ckeditor.com/ticket/13361) if ( path ) path = path.replace( /'/g, '\\\'' );