From: Kevin M. Rosenberg Date: Sun, 16 Nov 2003 15:49:47 +0000 (+0000) Subject: r8226: update to new dtd writing functions X-Git-Tag: debian-2.11.0-2~31 X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=commitdiff_plain;h=1b80cad126a3e119e7b8741d1ec27ece8a41d415 r8226: update to new dtd writing functions --- diff --git a/views.lisp b/views.lisp index d22f623..7a464d9 100644 --- a/views.lisp +++ b/views.lisp @@ -218,7 +218,7 @@ (funcall formatter slot-data) slot-data))) (if cdata - (write-xml-cdata fmt-data strm) + (write-cdata fmt-data strm) (write-simple fmt-data strm)))) (defun ppfc-html (title name type formatter cdata print-func)