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)
}
}))))

View file

@ -234,7 +234,7 @@
(hash-table-ref/default status-table status "Unknown"))
(headers '()))
(%make-response
"text/html" headers (call-with-output-string (cut write-html html <>))
"text/html; charset=UTF-8" headers (call-with-output-string (cut write-html html <>))
status status-message))
(define (make-error-response