Index: openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl,v diff -u -r1.29 -r1.30 --- openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl 26 Jan 2008 00:58:59 -0000 1.29 +++ openacs-4/packages/xotcl-core/tcl/30-widget-procs.tcl 1 Mar 2008 18:18:58 -0000 1.30 @@ -866,10 +866,9 @@ foreach file $::_xo_js_order { if {[string match "*;*" $file]} { # it is not a file, but some javascipt statements - append result "\n" + append result "\n" } else { - append result "\n" + append result "\n" } } }