diff options
| author | hukl <contact@smyck.org> | 2009-10-31 20:56:52 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-10-31 20:56:52 +0100 |
| commit | ecc142976bd355573b7641e58e761747b177af19 (patch) | |
| tree | f679fbb2965420b69592a800a0fae8f770473281 /app | |
| parent | 1d38a9282fd541fa6c8c2983e11b5655cab3e788 (diff) | |
now setting correct date for sorting the rss feed
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 3cca944..6be49e9 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 | ) | 19 | ) |
| 20 | xml.id(content_url_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.published_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") |
| 24 | end | 24 | end |
