From: Kevin M. Rosenberg Date: Fri, 27 Dec 2002 03:31:12 +0000 (+0000) Subject: r3671: *** empty log message *** X-Git-Tag: debian-2.11.0-2~216 X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=commitdiff_plain;h=25adaa0b17882319a8e772a33f346cc6e4aaf031 r3671: *** empty log message *** --- diff --git a/debian/changelog b/debian/changelog index d5eaf78..1b0cd07 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 26 Dec 2002 04:47:35 -0700 cl-hyperobject (2.5.0-1) unstable; urgency=low diff --git a/views.lisp b/views.lisp index b609ca0..ff66387 100644 --- a/views.lisp +++ b/views.lisp @@ -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 ;;;; @@ -244,7 +244,7 @@ ((or :xml-link-labels :ie-xml-link-labels) (push name links) (if (esd-hyperlink slot) - (string-append fmtstr " <~~a>" value-fmt "") + (string-append fmtstr " <~~a>" value-fmt "") (string-append fmtstr (concatenate 'string " <" xml-tag ">" value-fmt ""))))) ) ;; let value-fmt