X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=views.lisp;h=25bed5ce44a695c5c2f95d36e02da2646f766493;hb=1dcc7087f7e716725abd3e0decc8e33d6308ae1a;hp=37d6ad47759def5d84ced5606eefaa9c76bf8c3c;hpb=4d225e15f8584af88ef2c061b2cc245c1d4b5912;p=hyperobject.git diff --git a/views.lisp b/views.lisp index 37d6ad4..25bed5c 100644 --- a/views.lisp +++ b/views.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: views.lisp,v 1.28 2003/05/06 22:00:42 kevin Exp $ +;;;; $Id: views.lisp,v 1.30 2003/05/06 22:16:33 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; @@ -263,8 +263,7 @@ :xhtml-link-labels :xml-link-labels :ie-xml-link :ie-xml-link-labels) (or print-formatter - (string-equal (write-to-string type) "cdata") - (string-equal (write-to-string type) "string"))) + (lisp-type-is-a-string type))) (setq func `(kmrcl:xml-cdata ,func))) (push func value-func)) )))