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 -N -r1.87 -r1.88 --- openacs-4/packages/acs-templating/tcl/list-procs.tcl 15 Jun 2018 22:10:30 -0000 1.87 +++ openacs-4/packages/acs-templating/tcl/list-procs.tcl 17 Jul 2018 11:42:26 -0000 1.88 @@ -1693,7 +1693,7 @@ set selected_p [exists_and_equal current_filter_value $value] } multival { - if { (![info exists current_filter_value] || $current_filter_value eq "") } { + if { ![info exists current_filter_value] || $current_filter_value eq "" } { set selected_p 0 } else { # Since here we have multiple values