diff --git a/code/handlers/RSShandler.lua b/code/handlers/RSShandler.lua index c08543b..41e4764 100644 --- a/code/handlers/RSShandler.lua +++ b/code/handlers/RSShandler.lua @@ -17,7 +17,7 @@ local function RSShandler(self) self.latestpath = latest_path 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 return RSShandler