r3978: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 7 Feb 2003 04:31:48 +0000 (04:31 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 7 Feb 2003 04:31:48 +0000 (04:31 +0000)
base.lisp
debian/changelog

index dfc116293a09a04cca44abbcf2d7442d81e147cf..685382eba69f67f1a74af309b6a1a63540043205 100644 (file)
--- 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
 ;;;;
   `(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))
index 6c4c9f3edde2c9fab5ac3b827d9274f05852fea5..ab6169161144a81ba743814b9f1cf34012d1fb66 100644 (file)
@@ -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 <kmr@debian.org>  Thu,  6 Feb 2003 21:20:06 -0700