mod_http_errors: Add a newline after end of HTML

This commit is contained in:
Kim Alvefur 2016-07-12 10:39:04 +02:00
parent 2d847c082f
commit 135071b736

View file

@ -43,7 +43,8 @@ local html = [[
<p>$message</p>
<p>$extra</p>
</body>
</html>]];
</html>
]];
html = html:gsub("%s%s+", "");
local entities = {