From 25adaa0b17882319a8e772a33f346cc6e4aaf031 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 27 Dec 2002 03:31:12 +0000 Subject: [PATCH 1/1] r3671: *** empty log message *** --- debian/changelog | 3 ++- views.lisp | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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 -- 2.34.1