Index: openacs-4/packages/xowiki/tcl/includelet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/includelet-procs.tcl,v diff -u -r1.43 -r1.44 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 28 Aug 2008 12:36:09 -0000 1.43 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 29 Aug 2008 10:58:11 -0000 1.44 @@ -2869,7 +2869,7 @@ - + \n" @@ -2883,9 +2883,14 @@ foreach t [$t1 children] { incr count lappend table_field_names $count + # In most situations, it seems useful to have just one field in + # the voting table. If there are multiple, we use a comma to + # separate the values (looks bettern than separate columns). + set field_contents [list] foreach __fn $field_names { - append form "\n" + lappend field_contents [$t set $__fn] } + append form "\n" } append form "
 very good
 very bad
[$t set $__fn]@$count@
[join $field_contents {, }]@$count@
\n"