Index: openacs-4/packages/xowf/tcl/test-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/test-item-procs.tcl,v diff -u -r1.7.2.187 -r1.7.2.188 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 20 Dec 2021 17:55:18 -0000 1.7.2.187 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 21 Dec 2021 08:12:34 -0000 1.7.2.188 @@ -535,7 +535,7 @@ lappend if_fc "feedback_answer_correct=[::xowiki::formfield::FormField fc_encode $value(feedback_correct)]" } if {$value(feedback_incorrect) ne ""} { - lappend if_fc "feedback_answer_incorrect=[::xowiki::formfield:::FormField fc_encode $value(feedback_incorrect)]" + lappend if_fc "feedback_answer_incorrect=[::xowiki::formfield::FormField fc_encode $value(feedback_incorrect)]" } if {[llength $if_fc] > 0} { lappend fc [list $input_field_name:checkbox,[join $if_fc ,]]