summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurélien <dav.aurelien@gmail.com>2021-03-16 23:45:02 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 23:17:31 +0200
commit77d7cfb797a3e373583a035519a76e9949d525a4 (patch)
treeb59dba89726dc0feea7fbc1c0ea3f306ee014357
parent4780e8c369d9c7f797ac309eb586da921d28b6de (diff)
Fix li dropdown
Signed-off-by: Aurélien <dav.aurelien@gmail.com>
-rw-r--r--templates/part.content.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 85e5bfc95..120eddb8e 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -98,7 +98,7 @@
title="<?php p($l->t('Share')) ?>"
ng-click="Content.openDropdown(item.id)">
</button>
- <li>
+ </li>
<ng-container click-outside="Content.hide()">
<div
ng-controller="ShareController as Share"