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 -r1.7 -r1.7.10.1 --- openacs-4/packages/acs-tcl/tcl/widgets-procs.tcl 24 Feb 2004 11:20:01 -0000 1.7 +++ openacs-4/packages/acs-tcl/tcl/widgets-procs.tcl 6 Mar 2007 07:45:25 -0000 1.7.10.1 @@ -235,15 +235,15 @@ } } if_no_rows { if {![empty_string_p $default]} { - 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 {