aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/poche/Poche.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php
index 4f70afb7..d3eb71d2 100644
--- a/inc/poche/Poche.class.php
+++ b/inc/poche/Poche.class.php
@@ -951,7 +951,7 @@ class Poche
951 if (count($entries) > 0) { 951 if (count($entries) > 0) {
952 foreach ($entries as $entry) { 952 foreach ($entries as $entry) {
953 $newItem = $feed->createNewItem(); 953 $newItem = $feed->createNewItem();
954 $newItem->setTitle(htmlentities($entry['title'])); 954 $newItem->setTitle($entry['title']);
955 $newItem->setLink(Tools::getPocheUrl() . '?view=view&id=' . $entry['id']); 955 $newItem->setLink(Tools::getPocheUrl() . '?view=view&id=' . $entry['id']);
956 $newItem->setDate(time()); 956 $newItem->setDate(time());
957 $newItem->setDescription($entry['content']); 957 $newItem->setDescription($entry['content']);