# HG changeset patch # User Waqas Hussain # Date 1260445928 -18000 # Node ID bdca5025fb46cc6367ac79f28ee333f61be7db12 # Parent 72b31799b0cbf993943beee9d7fab2f5c8d7dc7a mod_httpserver: Text files are text/plain, and not plain/text. diff -r 72b31799b0cb -r bdca5025fb46 plugins/mod_httpserver.lua --- a/plugins/mod_httpserver.lua Thu Dec 10 16:36:33 2009 +0500 +++ b/plugins/mod_httpserver.lua Thu Dec 10 16:52:08 2009 +0500 @@ -23,7 +23,7 @@ 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"; };