Use send-html/finish instead of send-html for the single page.
This commit is contained in:
parent
10ca480e4c
commit
584acf4441
|
@ -19,6 +19,6 @@
|
|||
(p (url "/" "Return to main menu.")))))
|
||||
|
||||
(define (main req)
|
||||
(send-html (main-page)))
|
||||
(send-html/finish (main-page)))
|
||||
|
||||
))
|
Loading…
Reference in New Issue