summaryrefslogtreecommitdiffstats
path: root/atom.php
diff options
context:
space:
mode:
Diffstat (limited to 'atom.php')
-rw-r--r--atom.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/atom.php b/atom.php
index 3b759e9..ddeebc0 100644
--- a/atom.php
+++ b/atom.php
@@ -24,7 +24,6 @@ echo '<?xml version="1.0" encoding="UTF-8" ?>';
<author><name><?=htmlspecialchars($PlanetConfig->getName())?></name></author>
<?php $count = 0; ?>
<?php foreach ($items as $item) : ?>
-
<entry>
<title type="html"><?=htmlspecialchars($item->get_feed()->getName())?> : <?=htmlspecialchars($item->get_title())?></title>
<id><?=htmlspecialchars($item->get_id())?></id>