diff options
author | Kim Alvefur <zash@zash.se> | 2016-07-13 10:25:52 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2016-07-13 10:25:52 +0200 |
commit | 21898f125205e79455e4e4539988e42a4d935b18 (patch) | |
tree | 211c2095c4ed506159c6508b1a901ac0ac56af38 /plugins/mod_http_errors.lua | |
parent | 609cd70a7c4ab80fad47a77a32c7d70fda8779ae (diff) | |
parent | a8523999b65f39d8a8a242f38bc825a5a6accd4d (diff) | |
download | prosody-21898f125205e79455e4e4539988e42a4d935b18.tar.gz prosody-21898f125205e79455e4e4539988e42a4d935b18.zip |
Merge 0.10->trunk
Diffstat (limited to 'plugins/mod_http_errors.lua')
-rw-r--r-- | plugins/mod_http_errors.lua | 3 |
1 files changed, 2 insertions, 1 deletions
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 = [[ <p>$message</p> <p>$extra</p> </body> -</html>]]; +</html> +]]; html = html:gsub("%s%s+", ""); local entities = { |