aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-07-25 13:03:20 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-07-25 13:03:20 +0200
commit79c8dbaf8fed97b1c3db7832516e5a16e8c90a0f (patch)
treebbb99a803ac6a9cfdc0d30bab37e17ae03b40eef
parentAdd script to generate graphviz output from peg deffinitions. (diff)
downloadcalp-79c8dbaf8fed97b1c3db7832516e5a16e8c90a0f.tar.gz
calp-79c8dbaf8fed97b1c3db7832516e5a16e8c90a0f.tar.xz
Repair search page.
-rw-r--r--module/calp/server/routes.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/calp/server/routes.scm b/module/calp/server/routes.scm
index 44fac7e8..ed2c1b2d 100644
--- a/module/calp/server/routes.scm
+++ b/module/calp/server/routes.scm
@@ -404,7 +404,7 @@
(set! error
(format #f "~?~%" fmt arg))))))
- (return `((content-type (content-type html)))
+ (return `((content-type ,(content-type html)))
(with-output-to-string
(lambda ()
((sxml->output html)