Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.104 -r1.104.2.1 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 21 Jan 2008 13:21:25 -0000 1.104 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 2 Feb 2008 13:05:37 -0000 1.104.2.1 @@ -1119,7 +1119,7 @@ if {$format eq "url"} { return [join $return_list "&"] } else { - return "\n " + return "
\n
" } }