Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@owncloud.com>2016-02-25 18:43:03 +0300
committerMorris Jobke <hey@morrisjobke.de>2016-02-26 00:49:52 +0300
commitc767030f071ec8f8ec08f41cf245222035de080d (patch)
treecd815142c1a566e3da6f525e5952e67a6a04051b /apps/files/js/fileactions.js
parent92cff0984dffafcc6caa21f9662785cad92f5d96 (diff)
Close class
Diffstat (limited to 'apps/files/js/fileactions.js')
-rw-r--r--apps/files/js/fileactions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/fileactions.js b/apps/files/js/fileactions.js
index 1e4f7d1ba8c..05ff2f0cbfa 100644
--- a/apps/files/js/fileactions.js
+++ b/apps/files/js/fileactions.js
@@ -11,7 +11,7 @@
(function() {
var TEMPLATE_FILE_ACTION_TRIGGER =
- '<a class="action action-{{nameLowerCase}} href="#" data-action="{{name}}">' +
+ '<a class="action action-{{nameLowerCase}}" href="#" data-action="{{name}}">' +
'{{#if icon}}' +
'<img class="svg" alt="{{altText}}" src="{{icon}}" />' +
'{{else}}' +