X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=views.lisp;h=7a464d9df02ad3388fa492536c029c945e70fe0e;hb=191bf3190b8742d5d9c2c82f54d4804b7f8e9354;hp=d22f6232a9fc0acb2c7ea20dfa36bc52d3a416e8;hpb=0817a8721cbefca2205dcde535ff6b164033abef;p=hyperobject.git 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)