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.174 -r1.175 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 28 Sep 2007 20:34:06 -0000 1.174 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 11 Oct 2007 07:48:00 -0000 1.175 @@ -580,8 +580,8 @@ Page instproc div {ch arg} { if {$arg eq "content"} { return "$ch
" - } elseif {[string match left-col* $arg] \ - || [string match right-col* $arg] \ + } elseif {[string match "left-col*" $arg] \ + || [string match "right-col*" $arg] \ || $arg eq "sidebar"} { return "$ch
" } elseif {$arg eq "box"} {