Index: openacs-4/packages/xowf/tcl/xowf-form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/xowf-form-field-procs.tcl,v diff -u -r1.8.2.1 -r1.8.2.2 --- openacs-4/packages/xowf/tcl/xowf-form-field-procs.tcl 23 Jul 2019 17:20:17 -0000 1.8.2.1 +++ openacs-4/packages/xowf/tcl/xowf-form-field-procs.tcl 13 Aug 2020 14:39:44 -0000 1.8.2.2 @@ -265,7 +265,7 @@ mc_exercise instproc convert_to_internal {} { # # Build a form from the components of the exercise on the fly. - # Actually, this methods computes the properties "form" and + # Actually, this method computes the properties "form" and # "form_constraints" based on the components of this form field. # set form "
\n\n" @@ -287,7 +287,9 @@ if {$value(feedback_incorrect) ne ""} { lappend alt_fc "feedback_answer_incorrect=[::xowiki::formfield:::FormField fc_encode $value(feedback_incorrect)]" } - if {[llength $alt_fc] > 0} {append fc [list $input_field_name:checkbox,[join $alt_fc ,]]\n} + if {[llength $alt_fc] > 0} { + append fc [list $input_field_name:checkbox,[join $alt_fc ,]] \n + } #:msg "$input_field_name .correct = $value(correct)" } append form "
\n"