# HG changeset patch # User Emmanuel Gil Peyrot # Date 1535211581 -7200 # Node ID 97b8b07ae1d10114385613ae05a8e7b2d209f907 # Parent 9346ed92684240fecd716a2f3ca4aba52fd2f26a mod_http_muc_log: Close unclosed

tag in template. diff -r 9346ed926842 -r 97b8b07ae1d1 mod_http_muc_log/mod_http_muc_log.lua --- a/mod_http_muc_log/mod_http_muc_log.lua Sat Aug 25 17:39:01 2018 +0200 +++ b/mod_http_muc_log/mod_http_muc_log.lua Sat Aug 25 17:39:41 2018 +0200 @@ -39,7 +39,7 @@ end if not template then module:log("error", "Error loading template: %s", err); - template = render("

mod_{module} could not read the template

Tried to open {filename}

{error}
", + template = render("

mod_{module} could not read the template

Tried to open {filename}

{error}
", { module = module.name, filename = template_filename, error = err }); end end