Software /
code /
prosody-modules
Changeset
1558:4e5d307c96d2
mod_http_muc_log: Fix closing tag
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 09 Nov 2014 08:47:41 +0100 |
parents | 1557:876af57a3983 |
children | 1559:96f11a1c8b37 |
files | mod_http_muc_log/mod_http_muc_log.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_http_muc_log/mod_http_muc_log.lua Sun Nov 09 08:41:36 2014 +0100 +++ b/mod_http_muc_log/mod_http_muc_log.lua Sun Nov 09 08:47:41 2014 +0100 @@ -94,7 +94,7 @@ {footer!} <div class="powered-by">Prosody {prosody_version?}</div> </footer> -</head> +</body> </html> ]] { prosody_version = prosody.version });