X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=views.lisp;h=ad1874d58bf0222045b56550facccb95c107bae0;hb=4141766275df3f64c3147ee45d160b47178d44f1;hp=4226fbc11dec52e38e31b0f48c21b0a425fd68b6;hpb=21df7d02d5462941859f918f4620de93e8c8f72c;p=hyperobject.git diff --git a/views.lisp b/views.lisp index 4226fbc..ad1874d 100644 --- a/views.lisp +++ b/views.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: views.lisp,v 1.27 2003/04/16 19:35:35 kevin Exp $ +;;;; $Id: views.lisp,v 1.29 2003/05/06 22:13:38 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; @@ -263,7 +263,7 @@ :xhtml-link-labels :xml-link-labels :ie-xml-link :ie-xml-link-labels) (or print-formatter - (string-equal (write-to-string type) "string"))) + (lisp-type-is-a-string type)))) (setq func `(kmrcl:xml-cdata ,func))) (push func value-func)) )))