trivia: formatting of error responses
This commit is contained in:
parent
40d7c923a2
commit
97f730075d
|
@ -177,7 +177,7 @@
|
||||||
(close-html (lambda (port args)
|
(close-html (lambda (port args)
|
||||||
(if (not (null? args))
|
(if (not (null? args))
|
||||||
(format port "<br/>~%Further Information:~%"))
|
(format port "<br/>~%Further Information:~%"))
|
||||||
(for-each (lambda (x) (format port "<br/>~%~s~%" x)) args)
|
(for-each (lambda (x) (format port "<br/>~%~A~%" x)) args)
|
||||||
(format port "</p>~%</body>~%</html>~%")))
|
(format port "</p>~%</body>~%</html>~%")))
|
||||||
|
|
||||||
(create-response
|
(create-response
|
||||||
|
|
Loading…
Reference in New Issue