X-Git-Url: http://git.kpe.io/?p=lml.git;a=blobdiff_plain;f=2%2Fstdsite.lisp;h=d15ea00a1a990ffc65096d22ab99aad2ea354540;hp=aef383be5f87f02032b5eb4cc0c97d0bf934423c;hb=fdc89fb00113b41b9fcee574184278b8f8e4a962;hpb=63f8764fa04174678971f23f5e9ec7f35074490f diff --git a/2/stdsite.lisp b/2/stdsite.lisp index aef383b..d15ea00 100644 --- a/2/stdsite.lisp +++ b/2/stdsite.lisp @@ -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))))