Software /
code /
prosody-modules
Changeset
3645:413ea67597d2
mod_http_muc_log: Make time based anchors from mod_muc_log_http work
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 10 Aug 2019 14:19:48 +0200 |
parents | 3644:9980ea72ff91 |
children | 3646:58047d6f2b89 |
files | mod_http_muc_log/http_muc_log.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_http_muc_log/http_muc_log.html Fri Aug 09 19:01:58 2019 +0200 +++ b/mod_http_muc_log/http_muc_log.html Sat Aug 10 14:19:48 2019 +0200 @@ -85,7 +85,7 @@ <ol class="chat-logs">{lines# <li class="{item.st_name} {item.st_type?}" id="{item.key}"> -<a class="time" href="#{item.key}"><time datetime="{item.datetime}">{item.time}</time></a> +<a class="time" href="#{item.key}"><time id="{item.time}" datetime="{item.datetime}">{item.time}</time></a> <b class="nick">{item.nick}</b> <em class="verb">{item.verb?}</em> <q class="body">{item.body?}</q>