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 -r1.109 -r1.110 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 19 Nov 2007 12:44:00 -0000 1.109 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 20 Nov 2007 11:00:04 -0000 1.110 @@ -14,7 +14,8 @@ my instvar package_id description if {[my exists __no_footer]} {return ""} - set footer "
" + #set footer "
" + set footer "" if {$description eq ""} { set description [my get_description $content] @@ -31,7 +32,7 @@ ![my exists_query_parameter no_tags] && [::xo::cc user_id] != 0 } { - set tag_content "[my include my-tags]
" + set tag_content [my include my-tags] set tag_includelet [my set __last_includelet] set tags [$tag_includelet set tags] } else { @@ -72,7 +73,7 @@ append footer [my include my-general-comments] } - return "\n" + return "\n" } }