Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -N -r1.368.2.131 -r1.368.2.132 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 29 Aug 2022 09:51:33 -0000 1.368.2.131 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 13 Sep 2022 09:56:20 -0000 1.368.2.132 @@ -3061,7 +3061,7 @@ } FormPage instproc post_process_form_fields {form_fields} { - # We offer here the possibility to iterate over the form fields before it + # We offer here the possibility to iterate over the form fields # before they are rendered }