From ad24378821413cd0ca0f4f13cc6cc8945fc593ac Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 17 Jun 2003 04:56:02 +0000 Subject: [PATCH] r5140: *** empty log message *** --- views.lisp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/views.lisp b/views.lisp index 607e0d2..836a43c 100644 --- a/views.lisp +++ b/views.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: views.lisp,v 1.54 2003/06/12 16:37:44 kevin Exp $ +;;;; $Id: views.lisp,v 1.55 2003/06/17 04:56:02 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2003 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -225,9 +225,9 @@ (vector-push-extend '(write-char #\> s) print-func)) (defun ppfc-html-link-labels (label name type formatter cdata nlink print-func) - (vector-push-extend '(write-string " " s) print-func) + (vector-push-extend '(write-string " " s) print-func) (ppfc-html-link name type formatter cdata nlink print-func)) (defun push-print-fun-code (category slot nlink print-func) @@ -398,9 +398,9 @@ (setf (obj-data-end-str view) +newline-string+)) (defun html-list-start-func (obj nitems strm) - (write-string "

" strm) + (write-string "

" strm) (write-user-name-maybe-plural obj nitems strm) - (write-string ":

    " strm) (write-char #\newline strm)) -- 2.34.1