summaryrefslogtreecommitdiffstats
path: root/templates/part.listfeed.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-12 01:23:43 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-12 01:23:43 +0200
commite8cdb315693dce4212597932ab99ccc23ec8ab0c (patch)
treeed5aa90a2f25f6e79ab712dcfac69eb41edeb69a /templates/part.listfeed.php
parentb90fe335d2e92a6e085074bbd3e57dd68e9f5dde (diff)
fix unread count rendering
Diffstat (limited to 'templates/part.listfeed.php')
-rw-r--r--templates/part.listfeed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index 824337972..064092de5 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -37,7 +37,7 @@
<button class="svg action mark-read-icon"
ng-show="feedBl.getUnreadCount(feed.id) > 0 && feed.id"
ng-click="feedBl.markFeedRead(feed.id)"
- title="<?php p($l->t('Mark all read')); ?>"></button>
+ title="<?php p($l->t('Mark all read')); ?>"> </button>
<button ng-click="feedBl.delete(feed.id)"
class="svg action delete-icon"