From 8f9f5707418484b07f5d40101765d624dacce510 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 24 Oct 2012 23:28:38 +0200 Subject: removed unnecessary html special chars decode --- templates/part.listfeed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/part.listfeed.php') 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(); -- cgit v1.2.3