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.108 -r1.109 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 5 May 2008 13:33:12 -0000 1.108 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 7 Jun 2008 20:28:58 -0000 1.109 @@ -1119,7 +1119,7 @@ if {$format eq "url"} { return [join $return_list "&"] } else { - return "\n " + return "
\n
" } }