X-Git-Url: http://git.kpe.io/?p=lml2.git;a=blobdiff_plain;f=base.lisp;h=655ba80f961288d6b781bbdd5e9c372ae56d5cc4;hp=0274c35b25320dc718da2738d5bffa12d34c8bd0;hb=da71af518bcc9ed8513bf5c54a220b2d8a02a326;hpb=77ef25a47552d6481a5ccbcf73a3141ee9df95e4 diff --git a/base.lisp b/base.lisp index 0274c35..655ba80 100644 --- a/base.lisp +++ b/base.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: base.lisp,v 1.4 2003/06/23 23:58:29 kevin Exp $ +;;;; $Id: base.lisp,v 1.5 2003/06/24 17:48:41 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -70,7 +70,7 @@ (lml-file-name ,out-file :output) :direction :output :if-exists :supersede) - (html-prologue ,format) + (dtd-prologue ,format) (html ((:html :xmlns "http://www.w3.org/1999/xhtml") ,@body))))