diff plugins/mod_http_errors.lua @ 6054:7a5ddbaf758d

Merge 0.9->0.10
author Matthew Wild <mwild1@gmail.com>
date Wed, 02 Apr 2014 17:41:38 +0100
parents bd0ff8ae98a8
children 9a749cf8c1ba
line wrap: on
line diff
--- a/plugins/mod_http_errors.lua	Wed Apr 02 14:31:19 2014 +0100
+++ b/plugins/mod_http_errors.lua	Wed Apr 02 17:41:38 2014 +0100
@@ -53,7 +53,7 @@
 
 local function tohtml(plain)
 	return (plain:gsub("[<>&'\"\n]", entities));
-	
+
 end
 
 local function get_page(code, extra)