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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index 2976e98ca..5db86d975 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -8,7 +8,7 @@ $l = new OC_l10n('news');
$feed = isset($_['feed']) ? $_['feed'] : null;
-htmlspecialchars_decode($feedTitle = $feed->getTitle());
+$feedTitle = $feed->getTitle();
$feedId = $feed->getId();
$unreadItemsCount = isset($_['unreadItemsCount']) ? $_['unreadItemsCount'] : null;
$favicon = $feed->getFavicon();