mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_http_errors: Add a newline after end of HTML
This commit is contained in:
parent
2d847c082f
commit
135071b736
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ local html = [[
|
|||
<p>$message</p>
|
||||
<p>$extra</p>
|
||||
</body>
|
||||
</html>]];
|
||||
</html>
|
||||
]];
|
||||
html = html:gsub("%s%s+", "");
|
||||
|
||||
local entities = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue