Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v diff -u -r1.284.2.158 -r1.284.2.159 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 28 Jun 2021 15:31:15 -0000 1.284.2.158 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 28 Jun 2021 15:33:21 -0000 1.284.2.159 @@ -2090,10 +2090,9 @@ # # Reset the value for form-fields of type "file" to avoid # confusions in case of form validation error. A file-name might - # have been provided provided, but the file was not uploaded due - # to the validation error. If we would not reset the value, the - # provided name would cause an interpretation of an uploaded empty - # file. + # have been provided, but the file was not uploaded due to the + # validation error. If we would not reset the value, the provided + # name would cause an interpretation of an uploaded empty file. # ns_log debug "reset_to_default [:serialize]" set :value ""