summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorChris Aumann <me@chr4.org>2019-07-07 09:46:12 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2019-07-07 09:46:12 +0200
commitec6001eb552954003b34ee92a81125d76e805d02 (patch)
treead3413feefac6e9d109dc10ec65dcdf64f2b0eaf /templates
parentea5f6691fa72178fea8871c1d0aef47590b39e3b (diff)
Fix </ul> closing tag in part.content.php (#523)
Signed-off-by: Chris Aumann <me@chr4.org>
Diffstat (limited to 'templates')
-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 6b57af338..bfaa3133b 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -91,7 +91,7 @@
<li class="util more" news-stop-propagation ng-hide="noPlugins">
<button class="icon-more" news-toggle-show="#actions-{{item.id}}"></button>
<div class="article-actions" id="actions-{{item.id}}">
- <ul news-article-actions="item" no-plugins="noPlugins"><ul>
+ <ul news-article-actions="item" no-plugins="noPlugins"></ul>
</div>
</li>
</ul>