summaryrefslogtreecommitdiffstats
path: root/templates/part.content.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.content.php')
-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 f4a4a99b2..23fb17199 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -13,7 +13,7 @@
<?php p($l->t('Refresh')) ?> (r)
</button>
</div>
- <div ng-if="Content.getItems().length == 0" class="no-feeds-available">
+ <div ng-show="Content.getItems().length == 0" class="no-feeds-available">
<p ng-show="Content.isShowAll()"><?php p($l->t('No articles available')) ?></p>
<p ng-show="!Content.isShowAll()"><?php p($l->t('No unread articles available')) ?></p>
</div>