From 7fa4ee73e2c8265daf4cf7a8b0364258c1d8532c Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Thu, 10 Dec 2009 16:52:08 +0500 Subject: mod_httpserver: Text files are text/plain, and not plain/text. --- plugins/mod_httpserver.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mod_httpserver.lua') diff --git a/plugins/mod_httpserver.lua b/plugins/mod_httpserver.lua index 13795484..1cdcc787 100644 --- a/plugins/mod_httpserver.lua +++ b/plugins/mod_httpserver.lua @@ -23,7 +23,7 @@ local mime_map = { htm = "text/html"; xml = "text/xml"; xsl = "text/xml"; - txt = "plain/text; charset=utf-8"; + txt = "text/plain; charset=utf-8"; js = "text/javascript"; css = "text/css"; }; -- cgit v1.2.3