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 -N -r1.83.2.2 -r1.83.2.3 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 27 Jun 2005 15:28:05 -0000 1.83.2.2 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 6 Jul 2005 20:24:29 -0000 1.83.2.3 @@ -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" } }