X-Git-Url: http://git.kpe.io/?p=lml2.git;a=blobdiff_plain;f=stdsite.lisp;fp=stdsite.lisp;h=d15ea00a1a990ffc65096d22ab99aad2ea354540;hp=aef383be5f87f02032b5eb4cc0c97d0bf934423c;hb=733ea685ca7cdeeefbd5494954b308b9dbe51846;hpb=8ceb2fb6fead55c464fec1b627146a4aa9ad1bf5 diff --git a/stdsite.lisp b/stdsite.lisp index aef383b..d15ea00 100644 --- a/stdsite.lisp +++ b/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))))