Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -N -r1.119 -r1.120 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 3 Dec 2007 11:19:43 -0000 1.119 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 4 Dec 2007 22:57:36 -0000 1.120 @@ -73,6 +73,11 @@ append footer [my include my-general-comments] } + if {$footer ne ""} { + # make sure, the + append footer "
" + } + return "\n" }