r10296: Automated commit for Debian build of lml2 upstream-version-1.5.2
[lml2.git] / stdsite.lisp
index aef383be5f87f02032b5eb4cc0c97d0bf934423c..d15ea00a1a990ffc65096d22ab99aad2ea354540 100644 (file)
@@ -72,7 +72,7 @@
 (defmacro std-page ((out-file title &key (format :xhtml11))
                    &body body)
   `(let ((*indent* 0))
-     (with-open-file (*html-stream* (lml-file-name ,out-file :output)
+     (with-open-file (*html-stream* (lml-file-name ',out-file :output)
                      :direction :output
                      :if-exists :supersede)
        (print-std-page (lml-file-name ,out-file :source) ,title ,format ,@body))))