Index: openacs-4/packages/xowiki/tcl/syndicate-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/syndicate-procs.tcl,v diff -u -r1.21 -r1.22 --- openacs-4/packages/xowiki/tcl/syndicate-procs.tcl 28 Sep 2007 11:54:13 -0000 1.21 +++ openacs-4/packages/xowiki/tcl/syndicate-procs.tcl 11 Oct 2007 07:47:59 -0000 1.22 @@ -53,7 +53,7 @@ set filler [expr {[string first firefox $user_agent] >- 1 ? "" : "" }] - set css_link [expr {[string match /* $css] ? $css : "/resources/xowiki/$css"}] + set css_link [expr {[string match "/*" $css] ? $css : "/resources/xowiki/$css"}] return "\n\n$filler" } return ""