r10297: Automated commit for Debian build of lml upstream-version-2.5.3
[lml.git] / stdsite.lisp
index 006fe51df98c411397c070c206fc1725506d59d9..041140dc426be37134339a92b60314bd6788334b 100644 (file)
@@ -68,7 +68,7 @@
 
 (defmacro std-page (out-file title &body body)
   `(let ((*indent* 0))
-     (with-open-file (*html-output* (lml-file-name ,out-file :output)
+     (with-open-file (*html-output* (lml-file-name ',out-file :output)
                      :direction :output
                      :if-exists :supersede)
        (print-std-page (lml-file-name ,out-file :source) ,title ,@body))))