summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/part.listfeed.php2
-rw-r--r--templates/part.listfolder.php3
2 files changed, 2 insertions, 3 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"
diff --git a/templates/part.listfolder.php b/templates/part.listfolder.php
index 745210b0e..9d0cfe6ac 100644
--- a/templates/part.listfolder.php
+++ b/templates/part.listfolder.php
@@ -36,8 +36,7 @@
</span>
<button class="svg action mark-read-icon"
- ng-show="folderBl.getUnreadCount(feedType.Feed, feed.id) > 0 &&
- folder.id"
+ ng-show="folderBl.getUnreadCount(folder.id) > 0 && folder.id"
ng-click="folderBl.markFolderRead(folder.id)"
title="<?php p($l->t('Mark all read')); ?>"></button>