From 3a1e10c6610946ba0ff21276c16d8637146c3542 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Fri, 11 Mar 2011 21:36:25 +0100 Subject: Fill in a couple of template variables. --- mulkcms-hunchentoot.lisp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mulkcms-hunchentoot.lisp') 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* -- cgit v1.2.3