summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-10-31 20:32:56 +0100
committerhukl <contact@smyck.org>2009-10-31 20:32:56 +0100
commit8dea44f5719961b7bd24f4b1373f48c5006e695f (patch)
tree3bbcd915a7308581b6b7f7940b3c930f2e95795c /app
parent69bd0fc977e0cd90696d91635ba0b9dc7d0b08a7 (diff)
temporary xml feed fix
Diffstat (limited to 'app')
-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 3cca944..f9b5ef8 100644
--- a/app/views/rss/updates.xml.builder
+++ b/app/views/rss/updates.xml.builder
@@ -4,7 +4,7 @@ xml.feed(:xmlns => "http://www.w3.org/2005/Atom", "xml:base" => @host) do
4 xml.title("Chaos Computer Club Updates") 4 xml.title("Chaos Computer Club Updates")
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.published_at || @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