changeset 3579:b5511c48c958

mod_http_muc_log: Add table header and body tags for improved semantics
author Kim Alvefur <zash@zash.se>
date Sun, 05 May 2019 12:59:06 +0200
parents ea63dc0cc824
children 907ccda3f0d2
files mod_http_muc_log/http_muc_log.html
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_http_muc_log/http_muc_log.html	Sun May 05 11:01:17 2019 +0200
+++ b/mod_http_muc_log/http_muc_log.html	Sun May 05 12:59:06 2019 +0200
@@ -62,8 +62,10 @@
 {item.months#
 <table id="{item.month}-{item.year}">
 <caption>{item.month}</caption>
-<tr><th>Mon</th><th>Tue</th><th>Wed</th><th>Thu</th><th>Fri</th><th>Sat</th><th>Sun</th></tr>{item.weeks#
+<thead><tr><th>Mon</th><th>Tue</th><th>Wed</th><th>Thu</th><th>Fri</th><th>Sat</th><th>Sun</th></tr></thead>
+<tbody>{item.weeks#
 <tr>{item.days#<td>{item.href&<a href="{item.href}{hide_presence&?p=h}">}{item.day?&nbsp;}{item.href&</a>}</td>}</tr>}
+</tbody>
 </table>
 }
 }