From 43d8629dc778adb94ffed0220e73b60817b0f958 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 14 May 2003 07:00:47 +0000 Subject: [PATCH] r4930: Auto commit for Debian build --- views.lisp | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/views.lisp b/views.lisp index 3d87a7c..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.39 2003/05/14 06:54:04 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 "