From 181e768254b10432e84873292e53f3c52df280a6 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 12 Jul 2016 10:39:04 +0200 Subject: [PATCH] mod_http_errors: Add a newline after end of HTML --- plugins/mod_http_errors.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/mod_http_errors.lua b/plugins/mod_http_errors.lua index 0c37e104..17d357e5 100644 --- a/plugins/mod_http_errors.lua +++ b/plugins/mod_http_errors.lua @@ -43,7 +43,8 @@ local html = [[

$message

$extra

-]]; + +]]; html = html:gsub("%s%s+", ""); local entities = { -- 2.30.2