summaryrefslogtreecommitdiffstats
path: root/custom/views
diff options
context:
space:
mode:
Diffstat (limited to 'custom/views')
-rw-r--r--custom/views/atom10/index.tpl.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/views/atom10/index.tpl.php b/custom/views/atom10/index.tpl.php
index b2ecbaf..23f3163 100644
--- a/custom/views/atom10/index.tpl.php
+++ b/custom/views/atom10/index.tpl.php
@@ -20,6 +20,7 @@ echo '<?xml version="1.0" encoding="UTF-8" ?>';
<id><?php echo htmlspecialchars($item->get_permalink());?></id>
<link rel="alternate" href="<?php echo htmlspecialchars($item->get_permalink());?>"/>
<published><?php echo $item->get_date('Y-m-d\\TH:i:s+00:00'); ?></published>
+ <updated><?php echo $item->get_date('Y-m-d\\TH:i:s+00:00'); ?></updated>
<author><name><?php echo ($item->get_author()? $item->get_author()->get_name() : 'anonymous'); ?></name></author>
<content type="html"><![CDATA[<?php echo $item->get_content();?>]]></content>