This commit is contained in:
TMA 2026-03-15 00:42:33 +01:00
parent 82ed686e6d
commit 8e8b9c3100

View file

@ -132,10 +132,10 @@
@,@(row-map* @,@(row-map*
(lambda (meeting-id title from to) (lambda (meeting-id title from to)
`@tr{ `@tr{
@td{,(number->string meeting-id)} @td{@,(number->string meeting-id)}
@td{,title} @td{@,title}
@td{,from} @td{@,from}
@td{,to} @td{@,to}
}) })
rows) rows)
} }