Index: openacs-4/packages/acs-tcl/tcl/parameter-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/parameter-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/acs-tcl/tcl/parameter-procs.tcl 7 Oct 2002 15:02:17 -0000 1.7 +++ openacs-4/packages/acs-tcl/tcl/parameter-procs.tcl 8 Apr 2003 13:44:55 -0000 1.8 @@ -83,7 +83,8 @@ set value [lang::util::localize $value] } - return $value + # Trimming the value as people may have accidentally put in trailing spaces + return [string trim $value] } ad_proc -public set_from_package_key {