From 4c47711919278fc8f0c3a062dd96615d62d131a3 Mon Sep 17 00:00:00 2001 From: hukl Date: Thu, 10 Sep 2009 16:42:59 +0200 Subject: and one more tiny modification on the atom feed --- app/views/rss/updates.xml.builder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views') diff --git a/app/views/rss/updates.xml.builder b/app/views/rss/updates.xml.builder index 57a0f422..3cca9446 100644 --- a/app/views/rss/updates.xml.builder +++ b/app/views/rss/updates.xml.builder @@ -17,7 +17,7 @@ xml.feed(:xmlns => "http://www.w3.org/2005/Atom", "xml:base" => @host) do :href => content_path_helper(item.node.unique_path), :rel => "alternate" ) - xml.id(content_path_helper(item.node.unique_path)) + xml.id(content_url_helper(item.node.unique_path)) xml.updated(item.updated_at.xmlschema) xml.content(:type => "xhtml") do xml.div(item.body, :xmlns => "http://www.w3.org/1999/xhtml") -- cgit v1.3