fix WTF-9

This commit is contained in:
TMA 2026-03-15 00:32:17 +01:00
parent 52ac863cb7
commit abbc6cffe9
2 changed files with 2 additions and 2 deletions

View file

@ -87,7 +87,7 @@
@tr{@th{ID} @th{Nick} @th{Name} @th{Surname}}
@,@(row-map*
(lambda (id nick name surname)
`@tr{@td{@,id}@td{@,nick}@td{@,name}@td{@,surname}})
`@tr{@td{@,(number->string id)}@td{@,nick}@td{@,name}@td{@,surname}})
rows)
}
}))))