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.6 -r1.7 --- openacs-4/packages/xowiki/tcl/category-procs.tcl 30 Apr 2006 23:53:34 -0000 1.6 +++ openacs-4/packages/xowiki/tcl/category-procs.tcl 3 May 2006 12:03:23 -0000 1.7 @@ -61,8 +61,8 @@ set content "" if {[my isobject [self]::items]} { foreach i [[self]::items children] { - $i instvar title page_title prefix suffix - set entry "$prefix$page_title$suffix" + $i instvar name title prefix suffix + set entry "$prefix$title$suffix" append cat_content [my render_item -highlight [$i exists open_item] $entry] } foreach c [my children] {append cat_content [$c render] \n}