forked from brmlab/brmelect-github
fixx
This commit is contained in:
parent
82ed686e6d
commit
8e8b9c3100
1 changed files with 4 additions and 4 deletions
|
|
@ -132,10 +132,10 @@
|
|||
@,@(row-map*
|
||||
(lambda (meeting-id title from to)
|
||||
`@tr{
|
||||
@td{,(number->string meeting-id)}
|
||||
@td{,title}
|
||||
@td{,from}
|
||||
@td{,to}
|
||||
@td{@,(number->string meeting-id)}
|
||||
@td{@,title}
|
||||
@td{@,from}
|
||||
@td{@,to}
|
||||
})
|
||||
rows)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue