mod_http_errors: Add a newline after end of HTML
authorKim Alvefur <zash@zash.se>
Tue, 12 Jul 2016 10:39:04 +0200
changeset 7495 9a749cf8c1ba
parent 7494 491975f5d383
child 7496 f67b7509ee28
mod_http_errors: Add a newline after end of HTML
plugins/mod_http_errors.lua
--- a/plugins/mod_http_errors.lua	Mon Jul 11 12:20:25 2016 +0200
+++ b/plugins/mod_http_errors.lua	Tue Jul 12 10:39:04 2016 +0200
@@ -43,7 +43,8 @@
         <p>$message</p>
         <p>$extra</p>
 </body>
-</html>]];
+</html>
+]];
 html = html:gsub("%s%s+", "");
 
 local entities = {