Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -r1.95.2.6 -r1.95.2.7 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 30 Jan 2008 10:34:03 -0000 1.95.2.6 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 28 Mar 2008 22:02:15 -0000 1.95.2.7 @@ -839,7 +839,7 @@ foreach f $form_fields { if {[string match "__category_*" [$f name]]} { $f render_item - } elseif {[$f info class] eq "::xowiki::FormField::richtext::wym"} { + } elseif {[$f ismixin "::xowiki::FormField::richtext::wym"]} { set submit_button_class "wymupdate" } } @@ -1155,4 +1155,4 @@ } } -} \ No newline at end of file +}