r3978: Auto commit for Debian build
[lml.git] / base.lisp
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))