Style RSS feed
This commit is contained in:
@@ -5,7 +5,7 @@ module Adamantium
|
||||
include Deps["views.feeds.rss"]
|
||||
|
||||
def handle(req, res)
|
||||
res.content_type = "application/rss+xml"
|
||||
res.content_type = "text/xml; charset=utf-8"
|
||||
res.render rss, format: :xml
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user