X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=views.lisp;h=c53a90069ccc5ab5894413e1ea8bcce623abc7be;hb=936bbfecd171bf0ebcbb5144eed4568f3e3aee71;hp=4d57aa423371dfeb8e649fc975af9060a0687040;hpb=a7f7ec44e3acd442817630a912b5a0c581e23538;p=hyperobject.git 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)