Changeset

2361:926905cb777f

mod_httpserver: Text files are text/plain, and not plain/text.
author Waqas Hussain <waqas20@gmail.com>
date Thu, 10 Dec 2009 16:52:08 +0500
parents 2360:f1832bf27f84
children 2362:7f5dbf982d14
files plugins/mod_httpserver.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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";
 };