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 -r1.186 -r1.187 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 19 Nov 2007 12:40:16 -0000 1.186 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 20 Nov 2007 11:00:04 -0000 1.187 @@ -923,7 +923,11 @@ my update_references $item_id [lsort -unique $references] } set html [expr {$render_adp ? [my adp_subst $content] : $content}] - if {![my exists __no_footer]} {append html [my footer]} + append html "\n" return $html }