X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=base.lisp;h=4d7a5f4fda3462b1596177aca662187a3626c206;hb=9d42441704b994c92275f3da2fcfd8fcd3a072c0;hp=9465155a540846d134c1b413e9b5d0c5f4d450f1;hpb=b2e27d22e4901acfffac824ea15679edf14c6ec9;p=lml.git diff --git a/base.lisp b/base.lisp index 9465155..4d7a5f4 100644 --- a/base.lisp +++ b/base.lisp @@ -253,7 +253,7 @@ (defmacro page (out-file &body body) `(with-open-file (*html-output* - (lml-file-name ,out-file :output) + (lml-file-name ',out-file :output) :direction :output :if-exists :supersede) (xhtml-prologue)