summaryrefslogtreecommitdiff
path: root/mulkcms-hunchentoot.lisp
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-11 21:36:25 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-11 21:36:25 +0100
commit3a1e10c6610946ba0ff21276c16d8637146c3542 (patch)
tree310f54c489e5d4037f89454eebf56c0f83bce6c3 /mulkcms-hunchentoot.lisp
parent243b6063cc5a88f50a7db14f69f946220e54b7bb (diff)
Fill in a couple of template variables.
Diffstat (limited to 'mulkcms-hunchentoot.lisp')
-rw-r--r--mulkcms-hunchentoot.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/mulkcms-hunchentoot.lisp b/mulkcms-hunchentoot.lisp
index 3200110..3a554a7 100644
--- a/mulkcms-hunchentoot.lisp
+++ b/mulkcms-hunchentoot.lisp
@@ -29,6 +29,8 @@
(defun start-server ()
(setq hunchentoot:*hunchentoot-default-external-format*
(flexi-streams:make-external-format :utf-8))
+ (setq hunchentoot:*default-content-type*
+ "text/html; charset=utf-8")
(setup-handlers)
(hunchentoot:start (make-instance 'hunchentoot:acceptor
:port *server-port*