From 6c2db7cc95abacb6a5a766521863f1b1f6b70440 Mon Sep 17 00:00:00 2001 From: hukl Date: Sun, 8 Nov 2009 19:02:21 +0100 Subject: id must be an url of course --- 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 2461099..451e724 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", :type => "text/html" ) - xml.id(item.node.id) + xml.id("#{@host}/de/#{item.node.unique_name}") xml.updated(item.published_at.xmlschema) xml.content(:type => "xhtml") do xml.div(item.body, :xmlns => "http://www.w3.org/1999/xhtml") -- cgit v1.3