diff --git a/core/inlineimage.class.inc.php b/core/inlineimage.class.inc.php index 1253d8259..47900ba14 100644 --- a/core/inlineimage.class.inc.php +++ b/core/inlineimage.class.inc.php @@ -464,7 +464,7 @@ EOF oEditor.on( 'instanceReady', function() { if(!CKEDITOR.env.iOS && $('#'+oEditor.id+'_toolbox .editor_magnifier').length == 0) { - $('#'+oEditor.id+'_toolbox').append(' '); + $('#'+oEditor.id+'_toolbox').append(' '); $('#'+oEditor.id+'_toolbox .editor_magnifier').on('click', function() { oEditor.execCommand('maximize'); if ($(this).closest('.cke_maximized').length != 0)