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.344 -r1.345 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 21 Mar 2018 19:39:52 -0000 1.344 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 25 Mar 2018 22:13:40 -0000 1.345 @@ -945,10 +945,10 @@ # set form [:regsub_eval \ # [template::adp_variable_regexp] $form \ # {:form_field_as_html -mode edit "\\\1" "\2" $form_fields}] - # Due to this bug, we program around and replace the at-character - # by \x03 to avoid conflict withe the input and we replace these + # Due to this bug, we program around and replace the at-character + # by \x03 to avoid conflict with the input and we replace these # magic chars finally with the fields resulting from tdom. - + set form [:substitute_markup $form] set form [string map [list @ \x03] $form] #:msg form=$form @@ -975,8 +975,8 @@ # Normally, the root node is the formNode, fcn is the first # child (often a TEXT_NODE), but ic can be even empty. } - + # # prepend some fields above the HTML contents of the form #