diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/rss/updates.xml.builder | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 18 | :rel => "alternate", | 18 | :rel => "alternate", |
| 19 | :type => "text/html" | 19 | :type => "text/html" |
| 20 | ) | 20 | ) |
| 21 | xml.id(item.node.id) | 21 | xml.id("#{@host}/de/#{item.node.unique_name}") |
| 22 | xml.updated(item.published_at.xmlschema) | 22 | xml.updated(item.published_at.xmlschema) |
| 23 | xml.content(:type => "xhtml") do | 23 | xml.content(:type => "xhtml") do |
| 24 | xml.div(item.body, :xmlns => "http://www.w3.org/1999/xhtml") | 24 | xml.div(item.body, :xmlns => "http://www.w3.org/1999/xhtml") |
