From 4d2ae71bf2bb6d5ac4179bcaca87a7ec13bb9d5f Mon Sep 17 00:00:00 2001 From: Sergei Shuykov Date: Mon, 12 Jan 2015 17:08:15 +0300 Subject: fix_#11348 Safari rename button positioning --- apps/files/js/fileactions.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/files/js') diff --git a/apps/files/js/fileactions.js b/apps/files/js/fileactions.js index 9412e510a54..b335f1f6432 100644 --- a/apps/files/js/fileactions.js +++ b/apps/files/js/fileactions.js @@ -247,8 +247,9 @@ html += ''; } if (actionSpec.displayName) { - html += ' ' + actionSpec.displayName + ''; + html += ' ' + actionSpec.displayName + ''; } + html += ''; return $(html); }, -- cgit v1.2.3