Index: openacs-4/packages/xowiki/tcl/category-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/category-procs.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/xowiki/tcl/category-procs.tcl 8 Sep 2006 21:49:45 -0000 1.10 +++ openacs-4/packages/xowiki/tcl/category-procs.tcl 5 Jan 2007 12:11:02 -0000 1.11 @@ -108,9 +108,9 @@ Class Category::section_style Category::section_style instproc render_item {{-highlight:boolean false} item} { if {$highlight} { - return "$item
\n" + return "$item
\n" } else { - return "$item
\n" + return "$item
\n" } } Category::section_style instproc render_category {{-open:boolean false} cat_content} {