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.14.2.3 -r1.14.2.4 --- openacs-4/packages/acs-templating/tcl/widget-procs.tcl 5 Mar 2003 14:57:37 -0000 1.14.2.3 +++ openacs-4/packages/acs-templating/tcl/widget-procs.tcl 13 Mar 2003 17:55:19 -0000 1.14.2.4 @@ -159,7 +159,7 @@ switch $type { checkbox - radio { # There's a 'subst' done on the contents here - append output "" + append output "" # This is ugly, but it works: Only export the value when we're on a selected option append output "\[ad_decode \$checked \"checked\" \"\" \"\"\]" }