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.30 -r1.31 --- openacs-4/packages/xowiki/tcl/category-procs.tcl 9 May 2018 15:33:34 -0000 1.30 +++ openacs-4/packages/xowiki/tcl/category-procs.tcl 3 Nov 2018 18:59:55 -0000 1.31 @@ -48,7 +48,7 @@ if {!$match} continue } # Get the values from info in "tree" into separate variables given by output. - # Note, that the order matters! + # Note that the order matters! lassign $tree {*}$output set l [list] foreach __var $output {lappend l [set $__var]}