Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v diff -u -r1.111 -r1.112 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 3 Oct 2008 11:49:21 -0000 1.111 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 10 Oct 2008 16:00:13 -0000 1.112 @@ -906,7 +906,7 @@ foreach p [list rows cols style] {if {[my exists $p]} {my set html($p) [my $p]}} if {![my istype ::xowiki::formfield::richtext] && [my exists editor]} { # downgrading - #my msg "downgrading [my info class]" + my msg "downgrading [my info class]" foreach m [my info mixin] {if {[$m exists editor_mixin]} {my mixin delete $m}} foreach v {editor options} {if {[my exists $v]} {my unset $v}} }