Index: openacs-4/packages/xowiki/tcl/yui-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/yui-procs.tcl,v diff -u -r1.16.2.3 -r1.16.2.4 --- openacs-4/packages/xowiki/tcl/yui-procs.tcl 23 Jul 2019 14:15:00 -0000 1.16.2.3 +++ openacs-4/packages/xowiki/tcl/yui-procs.tcl 29 Jul 2021 17:27:02 -0000 1.16.2.4 @@ -544,7 +544,7 @@ html::tr -class [expr {[incr :__rowcount]%2 ? ${:css.tr.odd-class} : ${:css.tr.even-class} }] { foreach field [[self]::__columns children] { if {[$field hide]} continue - html::td [concat [list class list] [$field html]] { + html::td [concat [list class [concat list [$field CSSclass]]] [$field html]] { $field render-data $line } }