summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-31 02:09:29 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-31 02:09:29 +0200
commitea7acea5539a4339256030a01fb560c51b997dae (patch)
tree2a2203851868e8a393c968d39012ffbad2c49b05 /templates
parentcdf8441a5148228fecbfb0941a1e998bee7a8e83 (diff)
fix favicons
Diffstat (limited to 'templates')
-rw-r--r--templates/part.listfeed.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index fc9c24470..da9de8cc2 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -3,7 +3,7 @@
unread: Navigation.getFeedUnreadCount(feed.id) > 0,
failed: feed.error
}"
- ng-repeat="feed in Navigation.getFeedsOfFolder(<?php p($_['folderId']); ?>) | orderBy:'id':true"
+ ng-repeat="feed in Navigation.getFeedsOfFolder(<?php p($_['folderId']); ?>) | orderBy:'id':true track by feed.url"
ng-show="Navigation.getFeedUnreadCount(feed.id) > 0
|| Navigation.isShowAll()
|| Navigation.isFeedActive(feed.id)
@@ -31,7 +31,7 @@
</button>
</div>
- <a ng-style="{ backgroundImage: feed.faviconLink }"
+ <a ng-style="{ backgroundImage: 'url(' + feed.faviconLink + ')'}"
ng-class="{
'progress-icon': !feed.id,
'problem-icon': feed.error