summaryrefslogtreecommitdiffstats
path: root/templates/part.navigation.unreadfeed.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.navigation.unreadfeed.php')
-rw-r--r--templates/part.navigation.unreadfeed.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/part.navigation.unreadfeed.php b/templates/part.navigation.unreadfeed.php
index fc62427cd..8eae37eed 100644
--- a/templates/part.navigation.unreadfeed.php
+++ b/templates/part.navigation.unreadfeed.php
@@ -19,7 +19,11 @@
title="{{ Navigation.getUnreadCount() }}">
{{ Navigation.getUnreadCount() | unreadCountFormatter }}
</li>
- <li class="app-navigation-entry-utils-menu-button"><button ng-click="optionsId = (optionsId == 'all' ? -1 : 'all')"></button></li>
+ <li class="app-navigation-entry-utils-menu-button">
+ <button
+ ng-click="optionsId = (optionsId == 'all' ? -1 : 'all')">
+ </button>
+ </li>
</ul>
</div>