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.57 -r1.58 --- openacs-4/packages/acs-templating/tcl/form-procs.tcl 14 Sep 2018 17:43:51 -0000 1.57 +++ openacs-4/packages/acs-templating/tcl/form-procs.tcl 3 Nov 2018 19:52:29 -0000 1.58 @@ -581,7 +581,7 @@ append output " class=\"margin-form\"" } - # make sure, that event handlers have IDs + # make sure that event handlers have IDs foreach name [array names attributes] { if {[regexp -nocase {^on(.*)%} $name . event]} { if {![info exists attributes(id)]} {