Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.162.2.4 -r1.162.2.5 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 12 Sep 2007 10:58:49 -0000 1.162.2.4 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 13 Sep 2007 08:15:33 -0000 1.162.2.5 @@ -227,13 +227,13 @@ Page proc header_stuff {} { set result "" foreach file [array names ::need_css] { - append result "\n" + append result "\n" } if {[info exists ::js_order]} { foreach file $::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"