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.164 -r1.7.2.165 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 16 Oct 2021 14:46:53 -0000 1.7.2.164 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 18 Oct 2021 13:18:14 -0000 1.7.2.165 @@ -1134,7 +1134,7 @@ set names [regexp -inline -all {@([^@]+_)@} [dict get $question_infos form]] foreach {. name} $names { regsub -all "@$name@" $aggregatedForm "@answer_$name@" aggregatedForm - regsub -all $name $aggregatedFC "answer_$name" aggregatedFC + regsub -all ${name}: $aggregatedFC "answer_${name}:" aggregatedFC } ns_log notice "AGGREGATED FORM $aggregatedForm\nFC\n$aggregatedFC\n"