From be036ef7e2e8d4ec7dfd2d3b80a0e5ffec0173db Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 23 Jun 2003 20:08:06 +0000 Subject: [PATCH] r5176: *** empty log message *** --- htmlgen.lisp | 18 ++++++++++++------ stdsite.lisp | 5 ++--- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/htmlgen.lisp b/htmlgen.lisp index fdb76f1..d773748 100644 --- a/htmlgen.lisp +++ b/htmlgen.lisp @@ -1,6 +1,6 @@ ;; -*- mode: common-lisp; package: lml2 -*- ;; -;; $Id: htmlgen.lisp,v 1.1 2003/06/20 04:12:29 kevin Exp $ +;; $Id: htmlgen.lisp,v 1.2 2003/06/23 20:08:06 kevin Exp $ ;; ;; copyright (c) 1986-2000 Franz Inc, Berkeley, CA ;; copyright (c) 2003 Kevin Rosenberg @@ -727,12 +727,18 @@ (lambda (ent args argsp body) ;; must use syntax (declare (ignore ent args argsp)) - `(progn (write-string "" *html-stream*)))) + `(progn + (write-string "" *html-stream*)))) (named-function html-comment-print-function (lambda (ent cmd args form subst unknown stream) (declare (ignore ent cmd args subst unknown)) - (format stream "" + (format stream "" (cadr form))))) diff --git a/stdsite.lisp b/stdsite.lisp index 49610e0..0870163 100644 --- a/stdsite.lisp +++ b/stdsite.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: stdsite.lisp,v 1.2 2003/06/20 04:46:54 kevin Exp $ +;;;; $Id: stdsite.lisp,v 1.3 2003/06/23 20:08:06 kevin Exp $ ;;;; ;;;; This file, part of LML2, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -45,8 +45,7 @@ (html ((:div :class "lastmod") (lml-format "Last modified: ~A" (date-string (file-write-date src-file))))))) - (when (probe-file "footer.lml_") - (lml-load "footer.lml_"))))) + (lml-load "footer.lml_")))) (defmacro std-body (file &body body) -- 2.34.1