aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/js/sharebreadcrumbview.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/js/sharebreadcrumbview.js')
-rw-r--r--apps/files_sharing/js/sharebreadcrumbview.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files_sharing/js/sharebreadcrumbview.js b/apps/files_sharing/js/sharebreadcrumbview.js
index e8357bcbdef..dde044be35a 100644
--- a/apps/files_sharing/js/sharebreadcrumbview.js
+++ b/apps/files_sharing/js/sharebreadcrumbview.js
@@ -25,7 +25,7 @@
(function() {
'use strict';
- var TEMPLATE = '<span class="icon icon-share {{#if isShared}}shared{{/if}}"></span>';
+ var TEMPLATE = '<span class="icon-share {{#if isShared}}shared{{/if}}"></span>';
var BreadCrumbView = OC.Backbone.View.extend({
tagName: 'span',
@@ -85,4 +85,3 @@
OCA.Sharing.ShareBreadCrumbView = BreadCrumbView;
})();
-