tweak content_type

This commit is contained in:
dreamer 2026-03-26 14:37:47 +01:00
parent d88674fe40
commit 52cca8eef2

View File

@ -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