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.284.2.72 -r1.284.2.73 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 26 Jan 2020 19:55:23 -0000 1.284.2.72 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 1 Feb 2020 08:10:36 -0000 1.284.2.73 @@ -785,7 +785,7 @@ } elseif {[info exists :correction]} { append feedback " ${:correction}" if {[info exists :correction_data]} { - append feedback " ${:correction_data}" + #append feedback " ${:correction_data}" if {[info exists :grading] && [dict exists ${:correction_data} scores ${:grading}] } { Index: openacs-4/packages/xowiki/tcl/includelet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/includelet-procs.tcl,v diff -u -r1.239.2.38 -r1.239.2.39 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 26 Jan 2020 17:44:06 -0000 1.239.2.38 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 1 Feb 2020 08:10:36 -0000 1.239.2.39 @@ -4691,7 +4691,7 @@ } } - set given_includelet_key [::xo::cc query_parameter includelet_key:graph ""] + set given_includelet_key [::xo::cc query_parameter includelet_key ""] if {$given_includelet_key ne ""} { if {$given_includelet_key eq $includelet_key && [info exists generate]} { if {$generate eq "csv"} {