Index: openacs-4/packages/acs-templating/tcl/table-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/table-procs.tcl,v diff -u -r1.7.10.2 -r1.7.10.3 --- openacs-4/packages/acs-templating/tcl/table-procs.tcl 16 Oct 2013 10:16:17 -0000 1.7.10.2 +++ openacs-4/packages/acs-templating/tcl/table-procs.tcl 16 Oct 2013 10:55:59 -0000 1.7.10.3 @@ -242,8 +242,8 @@ set style [ns_set iget $params style] # Use the style unless the template is specified in the tag - if { [template::util::is_nil chunk] } { - if { [template::util::is_nil style] } { + if { $chunk eq "" } { + if { $style eq "" } { template::adp_append_code "set __tablewidget_style \"$style\"" } else { template::adp_append_code "set __tablewidget_style \"\$tablewidget:${name}(style)\""