X-Git-Url: http://git.kpe.io/?p=lml2.git;a=blobdiff_plain;f=stdsite.lisp;h=1ee29dbd941c4c10cacc8ada0a26cc8124c28308;hp=ab0ef1ccacfa85fd374840b9a3e333a0c2fbf988;hb=eefa9b89408f54530da92a38397463791384cc54;hpb=cffe284d0e0c3f82ef4b13a4dc394f4bee3a40a0 diff --git a/stdsite.lisp b/stdsite.lisp index ab0ef1c..1ee29db 100644 --- a/stdsite.lisp +++ b/stdsite.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: stdsite.lisp,v 1.5 2003/06/23 20:39:40 kevin Exp $ +;;;; $Id: stdsite.lisp,v 1.6 2003/06/23 23:58:29 kevin Exp $ ;;;; ;;;; This file, part of LML2, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -64,7 +64,7 @@ (defmacro print-std-page (file title format &body body) `(progn - (html-prologue ,format) + (dtd-prologue ,format) (html ((:html :xmlns "http://www.w3.org/1999/xhtml") (std-head ,title)