From: Kevin M. Rosenberg Date: Tue, 17 Jun 2003 04:56:02 +0000 (+0000) Subject: r5140: *** empty log message *** X-Git-Tag: debian-2.11.0-2~54 X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=commitdiff_plain;h=ad24378821413cd0ca0f4f13cc6cc8945fc593ac r5140: *** empty log message *** --- 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))