X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=views.lisp;h=2db0a035490fb159d4102cf9759b8ded50a83eb5;hb=43d8629dc778adb94ffed0220e73b60817b0f958;hp=f6e38f2bea790356573bd228eb284e7f8d7f2ec1;hpb=c03522d6e56c265fc5b7d859d0a8b324805ddf73;p=hyperobject.git diff --git a/views.lisp b/views.lisp index f6e38f2..2db0a03 100644 --- a/views.lisp +++ b/views.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: views.lisp,v 1.37 2003/05/14 05:36:22 kevin Exp $ +;;;; $Id: views.lisp,v 1.40 2003/05/14 07:00:47 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2003 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -173,10 +173,8 @@ (typecase data (string (write-string data strm)) - (number - (write-string (write-to-string data) strm)) (t - (format strm "~A" data))))) + (write-string (write-to-string data) strm))))) (defun ppfc-html (title name type formatter cdata print-func) (vector-push-extend '(write-string "