Changeset

7492:9a749cf8c1ba

mod_http_errors: Add a newline after end of HTML
author Kim Alvefur <zash@zash.se>
date Tue, 12 Jul 2016 10:39:04 +0200
parents 7491:491975f5d383
children 7493:f67b7509ee28
files plugins/mod_http_errors.lua
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 = {