r3671: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 27 Dec 2002 03:31:12 +0000 (03:31 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 27 Dec 2002 03:31:12 +0000 (03:31 +0000)
debian/changelog
views.lisp

index d5eaf78cee242e9c7dc8db4501dccec7a8d076b1..1b0cd075f615f732c2f9d849f0b9af675c6f56ba 100644 (file)
@@ -2,7 +2,8 @@ cl-hyperobject (2.5.1-1) unstable; urgency=low
 
   * Fix :ie-xml view categories
   * Rework display of XML string data
-
+  * Add rules.lisp file
+  
  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 26 Dec 2002 04:47:35 -0700
 
 cl-hyperobject (2.5.0-1) unstable; urgency=low
index b609ca08a772aa837ce86e94567a5e748e141e80..ff663879499291991203436203cc34b57c8e95cd 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: views.lisp,v 1.19 2002/12/26 12:04:00 kevin Exp $
+;;;; $Id: views.lisp,v 1.20 2002/12/27 03:21:25 kevin Exp $
 ;;;;
 ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg
 ;;;;
              ((or :xml-link-labels :ie-xml-link-labels)
               (push name links)
               (if (esd-hyperlink slot)
-                  (string-append fmtstr "<label>" xml-namestr "></label> <~~a>" value-fmt "</~~a>")
+                  (string-append fmtstr "<label>" xml-namestr "</label> <~~a>" value-fmt "</~~a>")
                   (string-append fmtstr (concatenate 'string "<label>" xml-namestr "</label> <" xml-tag ">" value-fmt "</" xml-tag ">")))))
            ) ;; let value-fmt