X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=views.lisp;h=2db0a035490fb159d4102cf9759b8ded50a83eb5;hb=43d8629dc778adb94ffed0220e73b60817b0f958;hp=27c4af8227c9b0a8d7a07f5d9c2b0bfc17dc5281;hpb=2e4157c504372b22c5da62c360d01fdb9d876032;p=hyperobject.git diff --git a/views.lisp b/views.lisp index 27c4af8..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.38 2003/05/14 06:38:24 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 "