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.101 -r1.102 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 12 Oct 2007 07:21:49 -0000 1.101 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 21 Nov 2007 14:08:44 -0000 1.102 @@ -823,7 +823,7 @@ set export_string [join $export_list "&"] } else { for { set i 0 } { $i < $export_size } { incr i } { - append export_string "\n" + append export_string "
\n" } }