Index: openacs-4/packages/survey/www/admin/process-response.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/survey/www/admin/process-response.tcl,v diff -u -N -r1.7 -r1.7.2.1 --- openacs-4/packages/survey/www/admin/process-response.tcl 7 Aug 2017 23:48:29 -0000 1.7 +++ openacs-4/packages/survey/www/admin/process-response.tcl 12 Apr 2019 21:30:24 -0000 1.7.2.1 @@ -54,7 +54,7 @@ # in ad_page_contract. Because :multiple flag will sorround empty # strings and all multiword values with one level of curly braces {} # we need to get rid of them for almost any abstract_data_type - # except 'choice', where this is intended behaviour. Why bother + # except 'choice', where this is intended behavior. Why bother # with :multiple flag at all? Because otherwise we would lost all # but first value for 'choice' abstract_data_type - see ad_page_contract # doc and code for more info.