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.167 -r1.168 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 12 Sep 2007 11:10:03 -0000 1.167 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 13 Sep 2007 08:22:24 -0000 1.168 @@ -214,13 +214,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"