tweak content_type
This commit is contained in:
parent
d88674fe40
commit
52cca8eef2
@ -17,7 +17,7 @@ local function RSShandler(self)
|
|||||||
self.latestpath = latest_path
|
self.latestpath = latest_path
|
||||||
self.latestname = latest_name
|
self.latestname = latest_name
|
||||||
|
|
||||||
return { content_type = "text/rss+xml", layout = require "views.rss" }
|
return { content_type = "application/rss+xml", layout = require "views.rss" }
|
||||||
end
|
end
|
||||||
|
|
||||||
return RSShandler
|
return RSShandler
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user