summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>