X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=base.lisp;h=4d7a5f4fda3462b1596177aca662187a3626c206;hb=cb182dd32a2bd43650cdfe53a4fcbb31cc2161f0;hp=9465155a540846d134c1b413e9b5d0c5f4d450f1;hpb=46e9dd88d5598453c4f703a2ebcf94f171a3cfa7;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)