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 -r1.368.2.154 -r1.368.2.155 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 4 Mar 2024 11:44:48 -0000 1.368.2.154 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 31 May 2024 11:34:12 -0000 1.368.2.155 @@ -3071,8 +3071,8 @@ } # - # Remove the fields already included in auto_fields form the needed_attributes. - # The final list field_names determines the order of the fields in the form. + # Remove the fields already included in auto_fields from the needed_attributes. + # The final list "field_names" determines the order of the fields in the form. # set auto_fields [list _name _page_order _title _creator _assignee _text _description _nls_language] set reduced_attributes $needed_attributes