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.15 -r1.7.2.16 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 19 Dec 2019 18:18:34 -0000 1.7.2.15 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 16 Jan 2020 13:45:09 -0000 1.7.2.16 @@ -1328,7 +1328,7 @@ set minutes [:question_property $form_obj minutes] set title "" if {$number ne ""} { - append title "#xowf.question# $number:" + append title "[_ xowf.question] $number:" } if {$with_title} { append title " $form_title" @@ -1440,7 +1440,7 @@ } :public object method current_question_title {{-with_numbers:switch false} obj:object} { if {$with_numbers} { - return "#xowf.question# [:current_question_number $obj]" + return "[_ xowf.question] [:current_question_number $obj]" } }