Use send-html/finish instead of send-html for the single page.

This commit is contained in:
interp 2004-07-24 15:16:58 +00:00
parent 10ca480e4c
commit 584acf4441
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@
(p (url "/" "Return to main menu.")))))
(define (main req)
(send-html (main-page)))
(send-html/finish (main-page)))
))