forked from brmlab/brmelect-github
fix WTF-9
This commit is contained in:
parent
52ac863cb7
commit
abbc6cffe9
2 changed files with 2 additions and 2 deletions
|
|
@ -87,7 +87,7 @@
|
||||||
@tr{@th{ID} @th{Nick} @th{Name} @th{Surname}}
|
@tr{@th{ID} @th{Nick} @th{Name} @th{Surname}}
|
||||||
@,@(row-map*
|
@,@(row-map*
|
||||||
(lambda (id nick name surname)
|
(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)
|
rows)
|
||||||
}
|
}
|
||||||
}))))
|
}))))
|
||||||
|
|
|
||||||
|
|
@ -234,7 +234,7 @@
|
||||||
(hash-table-ref/default status-table status "Unknown"))
|
(hash-table-ref/default status-table status "Unknown"))
|
||||||
(headers '()))
|
(headers '()))
|
||||||
(%make-response
|
(%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))
|
status status-message))
|
||||||
|
|
||||||
(define (make-error-response
|
(define (make-error-response
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue