From 68d77e6afef4cbadb798229ecbb7e7392dcf44e4 Mon Sep 17 00:00:00 2001 From: hukl Date: Sun, 31 Jan 2010 20:07:36 +0100 Subject: hmm this should've been there all along. --- app/views/rss/updates.xml.builder | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app') diff --git a/app/views/rss/updates.xml.builder b/app/views/rss/updates.xml.builder index cc9c859..c09c9c9 100644 --- a/app/views/rss/updates.xml.builder +++ b/app/views/rss/updates.xml.builder @@ -19,7 +19,8 @@ xml.feed(:xmlns => "http://www.w3.org/2005/Atom", "xml:base" => @host) do :type => "text/html" ) xml.id(content_url(:page_path => item.node.feed_id)) - xml.updated(item.published_at.xmlschema) + xml.updated(item.updated_at.xmlschema) + xml.published(item.published_at.xmlschema) xml.content(:type => "xhtml") do xml.div(item.body, :xmlns => "http://www.w3.org/1999/xhtml") end -- cgit v1.3