X-Git-Url: http://git.kpe.io/?p=lml.git;a=blobdiff_plain;f=base.lisp;h=4d7a5f4fda3462b1596177aca662187a3626c206;hp=5a51d4f31cb694ce04a98839510ef1248be17e6a;hb=28ffbb681a9e3af53d604e65eb68684e411e2be6;hpb=bdb5b67ddd98be246d7f8c4787b4c655792884ad diff --git a/base.lisp b/base.lisp index 5a51d4f..4d7a5f4 100644 --- a/base.lisp +++ b/base.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: base.lisp,v 1.23 2003/06/20 08:35:22 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -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)