plugins/mod_httpserver.lua

changeset 2361
926905cb777f
parent 2359
0bed4af40bff
child 2409
36b8de1bfa27
--- 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";
 };

mercurial