Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -N -r1.194 -r1.195 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 30 Nov 2007 12:32:21 -0000 1.194 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 3 Dec 2007 11:19:43 -0000 1.195 @@ -930,12 +930,13 @@ my update_references $item_id [lsort -unique $references] } set html [expr {$render_adp ? [my adp_subst $content] : $content}] -ns_log notice "render of '$content' gives '$html'" - append html "\n" return $html }