aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/fileactions.js
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2022-04-04 12:53:58 +0200
committernextcloud-command <nextcloud-command@users.noreply.github.com>2022-04-04 17:52:44 +0000
commit4763a1263f9831ce06fbc200e2ec70f772ba735b (patch)
tree9b21021d4b2a77a7868c2cded154417ffe6c25c2 /apps/files/js/fileactions.js
parent43220c6393d6a1fca722b28c062f176968088802 (diff)
downloadnextcloud-server-4763a1263f9831ce06fbc200e2ec70f772ba735b.tar.gz
nextcloud-server-4763a1263f9831ce06fbc200e2ec70f772ba735b.zip
Explicitly close div element
Fix: #30002 Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
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 505ab21c10c..8790eae9c98 100644
--- a/apps/files/js/fileactions.js
+++ b/apps/files/js/fileactions.js
@@ -557,7 +557,7 @@
// recreate fileactions container
nameLinks = parent.children('a.name');
nameLinks.find('.fileactions, .nametext .action').remove();
- nameLinks.append('<span class="fileactions" />');
+ nameLinks.append('<span class="fileactions"></span>');
var defaultAction = this.getDefaultFileAction(
this.getCurrentMimeType(),
this.getCurrentType(),