From 135071b7364ef0a93be023c38060e07a73923ad9 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 12 Jul 2016 10:39:04 +0200 Subject: mod_http_errors: Add a newline after end of HTML --- plugins/mod_http_errors.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/mod_http_errors.lua') 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 = { -- cgit v1.2.3