Index: openacs-4/packages/acs-tcl/tcl/widgets-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/widgets-procs.tcl,v diff -u -N -r1.18.2.1 -r1.18.2.2 --- openacs-4/packages/acs-tcl/tcl/widgets-procs.tcl 10 Sep 2015 08:22:01 -0000 1.18.2.1 +++ openacs-4/packages/acs-tcl/tcl/widgets-procs.tcl 18 Sep 2015 07:33:49 -0000 1.18.2.2 @@ -276,15 +276,15 @@ } } if_no_rows { if {$default ne ""} { - return "\n" + return "\n" } else { return {} } } } if { $count == 1 || ($dbcount == 1 && $hidden_if_one_db) } { - return "$item\n" + return "$item\n" } elseif {!$count && !$dbcount && $blank_if_no_db} { return {} } else {