From: Kevin M. Rosenberg Date: Fri, 13 Dec 2002 08:41:32 +0000 (+0000) Subject: r3616: *** empty log message *** X-Git-Tag: debian-2.11.0-2~229 X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=commitdiff_plain;h=936bbfecd171bf0ebcbb5144eed4568f3e3aee71 r3616: *** empty log message *** --- diff --git a/views.lisp b/views.lisp index 4d57aa4..c53a900 100644 --- a/views.lisp +++ b/views.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: views.lisp,v 1.14 2002/12/13 08:25:45 kevin Exp $ +;;;; $Id: views.lisp,v 1.15 2002/12/13 08:41:25 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; @@ -220,8 +220,8 @@ ) ;; let value-fmt (let ((func (if print-formatter - `(,print-formatter (slot-value x (quote ,name))) - `(slot-value x (quote ,name))))) + `(,print-formatter (slot-value x (quote ,name))) + `(slot-value x (quote ,name))))) (when (and (in category :xml :xhtml :xml-link :xhtml-link :xhtml-link-labels :xml-link-labels :ie-xml-link :ie-xml-link-labels)