From b581046a8dfc4ffb43167f11da558834a18bf1c3 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 7 Feb 2003 04:31:48 +0000 Subject: [PATCH] r3978: Auto commit for Debian build --- base.lisp | 4 ++-- debian/changelog | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/base.lisp b/base.lisp index dfc1162..685382e 100644 --- a/base.lisp +++ b/base.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: base.lisp,v 1.8 2003/02/07 04:20:25 kevin Exp $ +;;;; $Id: base.lisp,v 1.9 2003/02/07 04:31:48 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -196,7 +196,7 @@ `(with a :href ,dest :class (quote ,class) ,@body)) (defmacro img (dest &rest args) - `(with-no-endtag :src ,dest ,@args)) + `(with-no-endtag img :src ,dest ,@args)) (defmacro input (&rest args) `(with-no-endtag input ,@args)) diff --git a/debian/changelog b/debian/changelog index 6c4c9f3..ab61691 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ cl-lml (2.2.3-1) unstable; urgency=low * Add missing space character to output + * Fix bug in img macro -- Kevin M. Rosenberg Thu, 6 Feb 2003 21:20:06 -0700 -- 2.34.1