Index: openacs-4/packages/acs-subsite/www/shared/parameters.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/shared/parameters.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/acs-subsite/www/shared/parameters.tcl 5 Oct 2003 17:41:38 -0000 1.6 +++ openacs-4/packages/acs-subsite/www/shared/parameters.tcl 9 Oct 2003 10:26:50 -0000 1.7 @@ -57,9 +57,9 @@ } set elm [list ${parameter_name}:text,optional,nospell \ - [list label $parameter_name] \ - [list help_text $description] \ - [list section $section_name] \ + [list label [util::subst_safe $parameter_name]] \ + [list help_text [util::subst_safe $description]] \ + [list section [util::subst_safe $section_name]] \ {html {size 50}}] set file_val [ad_parameter_from_file $parameter_name $package_key]