summaryrefslogtreecommitdiff
path: root/app/views/rss
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-09-10 16:42:59 +0200
committerhukl <contact@smyck.org>2009-09-10 16:42:59 +0200
commit4c47711919278fc8f0c3a062dd96615d62d131a3 (patch)
treed0f4c3b7841c806997675c0438cb19947c3843d8 /app/views/rss
parent47944aeae214f2cf9eaa7850fb76ea46287bf028 (diff)
and one more tiny modification on the atom feed
Diffstat (limited to 'app/views/rss')
-rw-r--r--app/views/rss/updates.xml.builder2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/rss/updates.xml.builder b/app/views/rss/updates.xml.builder
index 57a0f42..3cca944 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
17 :href => content_path_helper(item.node.unique_path), 17 :href => content_path_helper(item.node.unique_path),
18 :rel => "alternate" 18 :rel => "alternate"
19 ) 19 )
20 xml.id(content_path_helper(item.node.unique_path)) 20 xml.id(content_url_helper(item.node.unique_path))
21 xml.updated(item.updated_at.xmlschema) 21 xml.updated(item.updated_at.xmlschema)
22 xml.content(:type => "xhtml") do 22 xml.content(:type => "xhtml") do
23 xml.div(item.body, :xmlns => "http://www.w3.org/1999/xhtml") 23 xml.div(item.body, :xmlns => "http://www.w3.org/1999/xhtml")