X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=2%2Fstdsite.lisp;h=49610e0eaa849a3504943ae72d729003e80104f7;hb=21657b49ea30c2d34d598258257fea8ec06fff31;hp=bf7773ba5253e320ab919ac5561e756f711aa87a;hpb=096b456fe920373f3b54fbe47f10f3e41c4fe925;p=lml.git diff --git a/2/stdsite.lisp b/2/stdsite.lisp index bf7773b..49610e0 100644 --- a/2/stdsite.lisp +++ b/2/stdsite.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: stdsite.lisp,v 1.1 2003/06/20 04:12:29 kevin Exp $ +;;;; $Id: stdsite.lisp,v 1.2 2003/06/20 04:46:54 kevin Exp $ ;;;; ;;;; This file, part of LML2, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -50,13 +50,13 @@ (defmacro std-body (file &body body) - `(body - (lml-load "banner.lml_") - (html + `(html + (:body + (lml-load "banner.lml_") ((:table :class "stdbodytable" :border "0" :cellpadding "3") (:tbody ((:tr :valign "top") - ((td :class "stdcontentcell") + ((:td :class "stdcontentcell") (lml-load "contents.lml_")) ((:td :valign "top") ,@body