Index: openacs-4/packages/acs-templating/tcl/list-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/list-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-templating/tcl/list-procs.tcl 26 Sep 2003 12:54:34 -0000 1.5 +++ openacs-4/packages/acs-templating/tcl/list-procs.tcl 28 Sep 2003 01:18:16 -0000 1.6 @@ -1200,7 +1200,7 @@ # because then the foreach loop would run more than once foreach { label value count } [lrange $elm 0 2] {} - if { [empty_string_p $label] } { + if { [empty_string_p [string trim $label]] } { set label $filter_properties(null_label) } @@ -1314,7 +1314,7 @@ # because then the foreach loop would run more than once foreach { label value count } [lrange $elm 0 2] {} - if { [empty_string_p $label] } { + if { [empty_string_p [string trim $label]] } { set label $filter_properties(null_label) }