summaryrefslogtreecommitdiffstats
path: root/templates/part.listfeed.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.listfeed.php')
-rw-r--r--templates/part.listfeed.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index a6193afe7..2f136801c 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -11,7 +11,7 @@
href="#"
class="title"
ng-click="loadFeed(feedType.Feed, feed.id)">
- {{feed.name}}
+ {{feed.title}}
</a>
<span class="utils">
@@ -28,7 +28,5 @@
ng-click="markAllRead(feedType.Feed, feed.id)"
title="<?php p($l->t('Mark all read')); ?>"></button>
-
-
</span>
</li>