summaryrefslogtreecommitdiffstats
path: root/templates/part.feed.unread.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.feed.unread.php')
-rw-r--r--templates/part.feed.unread.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/part.feed.unread.php b/templates/part.feed.unread.php
index bef1cf6b7..867ba1792 100644
--- a/templates/part.feed.unread.php
+++ b/templates/part.feed.unread.php
@@ -23,7 +23,10 @@
<div class="app-navigation-entry-menu">
<ul>
- <li><button class="icon-checkmark" title="<?php p($l->t('Read all')); ?>" ng-click="Navigation.markRead()"></button></li>
+ <li><button class="icon-checkmark"
+ title="<?php p($l->t('Read all')); ?>"
+ ng-click="Navigation.markRead()"></button>
+ </li>
</ul>
</div>