From ecc142976bd355573b7641e58e761747b177af19 Mon Sep 17 00:00:00 2001 From: hukl Date: Sat, 31 Oct 2009 20:56:52 +0100 Subject: now setting correct date for sorting the rss feed --- app/views/rss/updates.xml.builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/views/rss/updates.xml.builder b/app/views/rss/updates.xml.builder index 3cca944..6be49e9 100644 --- a/app/views/rss/updates.xml.builder +++ b/app/views/rss/updates.xml.builder @@ -18,7 +18,7 @@ xml.feed(:xmlns => "http://www.w3.org/2005/Atom", "xml:base" => @host) do :rel => "alternate" ) xml.id(content_url_helper(item.node.unique_path)) - xml.updated(item.updated_at.xmlschema) + xml.updated(item.published_at.xmlschema) xml.content(:type => "xhtml") do xml.div(item.body, :xmlns => "http://www.w3.org/1999/xhtml") end -- cgit v1.3