diff --git a/formats/AtomFormat.php b/formats/AtomFormat.php index 02d7d61a..1159a616 100644 --- a/formats/AtomFormat.php +++ b/formats/AtomFormat.php @@ -37,7 +37,7 @@ class AtomFormat extends FormatAbstract{ $entries = ''; foreach($this->getItems() as $item) { $entryTimestamp = $item->getTimestamp(); - $entryTitle = $this->xml_encode($item->getTitle()); + $entryTitle = $item->getTitle(); $entryContent = $item->getContent(); $entryUri = $item->getURI(); $entryID = '';