Index: openacs-4/packages/xowiki/tcl/xowiki-portlet-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/Attic/xowiki-portlet-procs.tcl,v
diff -u -r1.30 -r1.31
--- openacs-4/packages/xowiki/tcl/xowiki-portlet-procs.tcl	21 Mar 2007 16:00:16 -0000	1.30
+++ openacs-4/packages/xowiki/tcl/xowiki-portlet-procs.tcl	21 Mar 2007 16:24:36 -0000	1.31
@@ -1165,7 +1165,7 @@
 
     ::xowiki::Page requireJS "/resources/ajaxhelper/prototype/prototype.js"
     set user_agent [string tolower [ns_set get [ns_conn headers] User-Agent]]
-    if {[string match "*msie " $user_agent]} {
+    if {[string match "*msie *" $user_agent]} {
       # canvas support for MSIE
       ::xowiki::Page requireJS "/resources/xowiki/excanvas.js"
     }