diff options
Diffstat (limited to 'lib/lib_rss.php')
| -rw-r--r-- | lib/lib_rss.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib_rss.php b/lib/lib_rss.php index 8b64eb7b9..c7b8b4beb 100644 --- a/lib/lib_rss.php +++ b/lib/lib_rss.php @@ -236,7 +236,7 @@ function getFeed ($outline, $cat_id) { $feed->_website(htmlspecialchars((string)$outline['htmlUrl'], ENT_QUOTES, 'UTF-8')); } if (isset($outline['description'])) { - $feed->_description(htmlspecialchars((string)$outline['description'], ENT_QUOTES, 'UTF-8')); + $feed->_description((string)$outline['description']); } return $feed; } |
