Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
stroborobo committed Aug 1, 2013
1 parent 2946016 commit 8fc07aa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions views/rss.builder
Expand Up @@ -12,10 +12,10 @@ xml.rss :version => "2.0" do
else
xml.title d['message']
end
xml.link "#{request.url.chomp request.path_info}"
xml.guid "#{request.url.chomp request.path_info}/#{d['id']}"
xml.link "#{request.url.chomp request.path_info}"
xml.guid "#{request.url.chomp request.path_info}/#{d['id']}"
xml.pubDate Time.parse(d['timestamp'].to_s + "UTC").rfc822
end
end
end
end
end
end
end
end

0 comments on commit 8fc07aa

Please sign in to comment.