summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-02-27 14:39:15 +0400
committerAndrew Dolgov <[email protected]>2012-02-27 14:39:15 +0400
commit9c97041d55c7f3023617443977f7953311c7d677 (patch)
tree67d1c0d5423611e34254f6e2a2fe696f71ce643e /templates
parent2ab20c313c7fccf25f3603fc35158585ec911884 (diff)
make generated_feed parameters optional, add specific date type for RSS feeds
Diffstat (limited to 'templates')
-rw-r--r--templates/generated_feed.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/generated_feed.txt b/templates/generated_feed.txt
index dff67cf7e..6bfa50b1b 100644
--- a/templates/generated_feed.txt
+++ b/templates/generated_feed.txt
@@ -4,7 +4,7 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<title>${FEED_TITLE}</title>
<generator uri="http://tt-rss.org/">Tiny Tiny RSS/${VERSION}</generator>
-<updated>${ARTICLE_UPDATED}</updated>
+<updated>${ARTICLE_UPDATED_ATOM}</updated>
<id>${FEED_URL}</id>
<link href="${FEED_URL}" rel="self"/>
<!-- $BeginBlock feed_hub -->
@@ -18,7 +18,7 @@
<title>${ARTICLE_TITLE}</title>
<summary type="html"><![CDATA[${ARTICLE_EXCERPT}]]></summary>
<content type="html"><![CDATA[${ARTICLE_CONTENT}]]></content>
- <updated>${ARTICLE_UPDATED}</updated>
+ <updated>${ARTICLE_UPDATED_ATOM}</updated>
<author><name>${ARTICLE_AUTHOR}</name></author>
<!-- $BeginBlock category -->
<category term="${ARTICLE_CATEGORY}"/>