# HG changeset patch # User Kim Alvefur # Date 1570976174 -7200 # Node ID f03a023cd523bd7c9330a439798997c4d504b2ce # Parent 04ff0de40ba9b53109053c4a85d8fd1a8202c7ae mod_http_muc_log: Compose page title from room data More flexible than composing the title from name and date in the controller. Also opens the door to using other room data fields. diff -r 04ff0de40ba9 -r f03a023cd523 mod_http_muc_log/http_muc_log.html --- a/mod_http_muc_log/http_muc_log.html Sun Oct 13 16:00:16 2019 +0200 +++ b/mod_http_muc_log/http_muc_log.html Sun Oct 13 16:16:14 2019 +0200 @@ -4,7 +4,7 @@ {date&} -{title} +{title?{room.name?{jid_node}}{date& - {date}}}