# HG changeset patch # User Kim Alvefur # Date 1670192194 -3600 # Node ID 21170bf1e76b2aa49d70e4034bbee85c25d867c3 # Parent 1e10ddbf5c872cc63a60b31589ab834c24149571 mod_http_muc_log: Move language attribute onto body itself One could argue that it's mostly the message that is in a particular language, while the timestamp is less so. What language a particular nickname is, and its relation to the language in the text, that is an unresolved question. diff -r 1e10ddbf5c87 -r 21170bf1e76b mod_http_muc_log/res/http_muc_log.html --- a/mod_http_muc_log/res/http_muc_log.html Sun Dec 04 23:16:31 2022 +0100 +++ b/mod_http_muc_log/res/http_muc_log.html Sun Dec 04 23:16:34 2022 +0100 @@ -58,11 +58,11 @@
    {lines# -
  1. +
  2. {item.nick} {item.verb?} -

    {item.edited&}{item.body?}{item.edited& }{item.edit& }{item.reply& }

    +

    {item.edited&}{item.body?}{item.edited& }{item.edit& }{item.reply& }

    {item.reactions%{idx} {item}} {item.oob.url&
    {item.oob.desc?}
    {item.oob.desc?}
    }
  3. }