From ade0ecb98ba1cdc5436b70e2eca5c5ea6356b0da Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 29 Sep 2014 13:01:46 +0200 Subject: fix #592 --- 3rdparty/simplepie/library/SimplePie/Enclosure.php | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/3rdparty/simplepie/library/SimplePie/Enclosure.php b/3rdparty/simplepie/library/SimplePie/Enclosure.php index 55674379c..964948ca2 100755 --- a/3rdparty/simplepie/library/SimplePie/Enclosure.php +++ b/3rdparty/simplepie/library/SimplePie/Enclosure.php @@ -670,7 +670,7 @@ class SimplePie_Enclosure { if ($this->link !== null) { - return urldecode($this->link); + return $this->link; } else { diff --git a/CHANGELOG.md b/CHANGELOG.md index da08cf0de..0211ce7bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ owncloud-news (3.106) * **Bugfix**: Move open website icon in compact view to the left of the title +* **Bugfix**: SimplePie: Do not break if url encoded links contain non ASCII chars owncloud-news (3.105) * **Bugfix**: Various wording fixes -- cgit v1.2.3