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

index 167082f159fcd8c64800aa4dd8839f5cc9eaf30f..dfc116293a09a04cca44abbcf2d7442d81e147cf 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.7 2003/02/07 02:37:18 kevin Exp $
+;;;; $Id: base.lisp,v 1.8 2003/02/07 04:20:25 kevin Exp $
 ;;;;
 ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -73,7 +73,7 @@
 (defmacro with-attr-string (tag attr-string &body body)
   (let ((attr (gensym)))
   `(let ((,attr ,attr-string))
-     (lml-format "<~(~A~)~A>" ',tag
+     (lml-format "<~(~A~) ~A>" ',tag
              (if (and (stringp ,attr) (plusp (length ,attr)))
                  (format nil "~A" ,attr)
                ""))
@@ -85,7 +85,7 @@
 (defmacro with-no-endtag-attr-string (tag attr-string)
   (let ((attr (gensym)))
   `(let ((,attr ,attr-string))
-     (lml-format "<~(~A~)~A />" ',tag
+     (lml-format "<~(~A~) ~A />" ',tag
              (if (and (stringp ,attr) (plusp (length ,attr)))
                  (format nil "~A" ,attr)
                "")))))
index ba29276c80e8dc79fc21bf5b62ea32169ad6d281..6c4c9f3edde2c9fab5ac3b827d9274f05852fea5 100644 (file)
@@ -1,3 +1,9 @@
+cl-lml (2.2.3-1) unstable; urgency=low
+
+  * Add missing space character to output
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Thu,  6 Feb 2003 21:20:06 -0700
+
 cl-lml (2.2.2-1) unstable; urgency=low
 
   * Rename link to alink and add new link macro that produces a <link ...></link>