X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=views.lisp;h=deef1267782709709cbb0c7d47711c51a8bdeeea;hb=2c4ff80d1c348835341cc5ae36807356acc97e76;hp=b609ca08a772aa837ce86e94567a5e748e141e80;hpb=950b15941978620cc869692d107890b6c3dd374e;p=hyperobject.git diff --git a/views.lisp b/views.lisp index b609ca0..deef126 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.21 2003/01/17 19:16:28 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 @@ -554,4 +554,3 @@ (defun fmt-comma-integer (i) (format nil "~:d" i)) -