Index: openacs-4/packages/acs-templating/tcl/widget-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/widget-procs.tcl,v diff -u -r1.63.2.24 -r1.63.2.25 --- openacs-4/packages/acs-templating/tcl/widget-procs.tcl 30 Nov 2023 15:13:28 -0000 1.63.2.24 +++ openacs-4/packages/acs-templating/tcl/widget-procs.tcl 30 Nov 2023 15:21:18 -0000 1.63.2.25 @@ -101,7 +101,7 @@ if { ![info exists element(options)] } { # initial submission or no data (no options): a text box - set output [input text element $tag_attributes + set output [input text element $tag_attributes] } else {