Index: openacs-4/packages/acs-templating/tcl/form-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/form-procs.tcl,v diff -u -r1.49 -r1.50 --- openacs-4/packages/acs-templating/tcl/form-procs.tcl 25 Apr 2018 19:23:26 -0000 1.49 +++ openacs-4/packages/acs-templating/tcl/form-procs.tcl 1 May 2018 09:34:09 -0000 1.50 @@ -71,7 +71,7 @@ rendered form. Common use for this option is to set multipart form encoding by specifying "-html { enctype multipart/form-data }". Please note that to comply with newer security features, such as CSP, - one should not specify javascript event handlers here, as they will + one should not specify JavaScript event handlers here, as they will be rendered inline. @option mode If set to 'display', the form is shown in display-only mode, where @@ -127,7 +127,7 @@ } { set level [template::adp_level] - # bump the form_count for widgets that use javascript to navigate through + # bump the form_count for widgets that use JavaScript to navigate through # the form (liberated from my Greenpeace work ages ago) incr ::ad_conn(form_count)