summaryrefslogtreecommitdiff
path: root/examples/web/debug-sxml.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/web/debug-sxml.scm')
-rw-r--r--examples/web/debug-sxml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/web/debug-sxml.scm b/examples/web/debug-sxml.scm
index 4e6afc271..724a9bd6c 100644
--- a/examples/web/debug-sxml.scm
+++ b/examples/web/debug-sxml.scm
@@ -30,8 +30,8 @@
(status 200)
(title default-title)
(doctype html5-doctype)
- (content-type-params '(("charset" . "utf-8")))
- (content-type "text/html")
+ (content-type-params '((charset . "utf-8")))
+ (content-type 'text/html)
(extra-headers '())
(sxml (and body (templatize #:title title #:body body))))
(values (build-response