summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-10-07 21:20:55 +0200
committerhukl <contact@smyck.org>2009-10-07 21:20:55 +0200
commitd3271f55b56e0fb5f73cf5691f90be9370d85d80 (patch)
treebaca74f5e34aff7725ed2eb0abc9e8b62086bac5 /app/views
parentcbed060fa16ce62821f637ff5d8fde7aa421d31e (diff)
recent changes feed fix
Diffstat (limited to 'app/views')
-rw-r--r--app/views/rss/recent_changes.xml.builder2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/rss/recent_changes.xml.builder b/app/views/rss/recent_changes.xml.builder
index 390fbdf..febee6d 100644
--- a/app/views/rss/recent_changes.xml.builder
+++ b/app/views/rss/recent_changes.xml.builder
@@ -4,7 +4,7 @@ xml.feed(:xmlns => "http://www.w3.org/2005/Atom", "xml:base" => @host) do
4 xml.title("CCC.de Recent Change") 4 xml.title("CCC.de Recent Change")
5 xml.link(:href => "http://www.ccc.de/") 5 xml.link(:href => "http://www.ccc.de/")
6 xml.link(:rel => "self", :href => "/rss/updates.xml") 6 xml.link(:rel => "self", :href => "/rss/updates.xml")
7 xml.updated(@items.first.published_at.xmlschema) 7 xml.updated(@items.first.updated_at.xmlschema)
8 xml.author do 8 xml.author do
9 xml.name("Chaos Computer Club e.V.") 9 xml.name("Chaos Computer Club e.V.")
10 end 10 end