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:
authorVincent Petry <vincent@nextcloud.com>2021-10-27 10:38:26 +0300
committerMichaIng <micha@dietpi.com>2021-11-18 17:41:26 +0300
commitba8b55f4d6e670b8d437e27fde8ad9b712b33078 (patch)
treebb82bfdb66a1d42fe19988a528eb226989e9e55f /apps/files/js/templates.js
parenta2bd8ca82039dba9c49b63a85047f763c1c8bf79 (diff)
Fix action share icon markup
Expanded the empty span tag to resolve issue with wrong appending done by either handlebars or jquery. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'apps/files/js/templates.js')
-rw-r--r--apps/files/js/templates.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/templates.js b/apps/files/js/templates.js
index d19a22731de..ba612f9e314 100644
--- a/apps/files/js/templates.js
+++ b/apps/files/js/templates.js
@@ -103,7 +103,7 @@ templates['file_action_trigger'] = template({"1":function(container,depth0,helpe
return " <span class=\"icon "
+ container.escapeExpression(((helper = (helper = lookupProperty(helpers,"iconClass") || (depth0 != null ? lookupProperty(depth0,"iconClass") : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"iconClass","hash":{},"data":data,"loc":{"start":{"line":6,"column":21},"end":{"line":6,"column":34}}}) : helper)))
- + "\" />\n";
+ + "\"></span>\n";
},"6":function(container,depth0,helpers,partials,data) {
var helper, lookupProperty = container.lookupProperty || function(parent, propertyName) {
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {