From a222f296ef6555694b6081f5c636735d53a9ce7e Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Tue, 6 Sep 2016 09:36:57 +0000 Subject: [PATCH] (Retrofit from trunk) Rich text editor: the Maximize button icon is missing if iTop is installed in a directory which name contains spaces SVN:2.3[4385] --- core/inlineimage.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/inlineimage.class.inc.php b/core/inlineimage.class.inc.php index f452c12264..1253d82592 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)