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*
|
@,@(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)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue