X-Git-Url: http://git.kpe.io/?p=lml.git;a=blobdiff_plain;f=base.lisp;fp=base.lisp;h=685382eba69f67f1a74af309b6a1a63540043205;hp=dfc116293a09a04cca44abbcf2d7442d81e147cf;hb=b581046a8dfc4ffb43167f11da558834a18bf1c3;hpb=a9d2317b140c0709db1837922c8ec9528e6d8b76 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))