From: Kevin M. Rosenberg Date: Wed, 16 Oct 2002 16:05:23 +0000 (+0000) Subject: r3067: *** empty log message *** X-Git-Tag: v1.96~316 X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=commitdiff_plain;h=7df23480148948394d8ded4d4997abace80f100d r3067: *** empty log message *** --- diff --git a/ml-class.lisp b/ml-class.lisp index c3d2040..5809fb8 100644 --- a/ml-class.lisp +++ b/ml-class.lisp @@ -11,7 +11,7 @@ ;;;; in Text, HTML, and XML formats. This includes hyperlinking ;;;; capability and sub-objects. ;;;; -;;;; $Id: ml-class.lisp,v 1.13 2002/10/16 05:57:12 kevin Exp $ +;;;; $Id: ml-class.lisp,v 1.14 2002/10/16 16:05:18 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -200,7 +200,7 @@ Format is ((field-name field-lookup-func other-link-params) ...)") (setq html-label-str (concatenate 'string "" namestr-lower " " value-fmt)) (setq xml-label-str (concatenate 'string " <" namestr-lower ">" value-fmt "")) - (string-append fmtstr-text value-fmt) + (string-append fmtstr-text "" value-fmt "") (string-append fmtstr-html html-str) (string-append fmtstr-xml xml-str) (string-append fmtstr-text-labels namestr-lower " " value-fmt) @@ -211,7 +211,7 @@ Format is ((field-name field-lookup-func other-link-params) ...)") (progn (string-append fmtstr-html-ref "<~~a>" value-fmt "") (string-append fmtstr-xml-ref "<~~a>" value-fmt "") - (string-append fmtstr-html-ref-labels "" namestr-lower " <~~a>" value-fmt "") + (string-append fmtstr-html-ref-labels "" namestr-lower " <~~a>" value-fmt "") (string-append fmtstr-xml-ref-labels " <~~a>" value-fmt "")) (progn (string-append fmtstr-html-ref html-str)