Index: openacs-4/packages/xowiki/www/portlets/categories.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/portlets/Attic/categories.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/xowiki/www/portlets/categories.tcl 11 Feb 2006 00:57:44 -0000 1.5 +++ openacs-4/packages/xowiki/www/portlets/categories.tcl 12 Feb 2006 01:21:38 -0000 1.6 @@ -34,7 +34,7 @@ # we could check for certain page types as well continue } - append cat_content "$page_title
\n" + append cat_content "$page_title
\n" } if {$cat_content ne ""} { append content "

$category_label

" $cat_content "
\n"