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.49 -r1.368.2.50 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 11 Nov 2019 12:39:01 -0000 1.368.2.49 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 19 Nov 2019 13:46:11 -0000 1.368.2.50 @@ -233,7 +233,7 @@ } { This web-callable method creates a new page, typically an instance - of a form page. The method accesses several form variables sich as + of a form page. The method accesses several form variables such as "__form_redirect", "__text_to_html", "last_page_id", "name", "nls_language", "package_id", "package_instance", "page_order", "parent_id", "publish_status", "source_item_id", "title" @@ -1362,7 +1362,7 @@ set html [${:root} asHTML] set html [:regsub_eval \ - {(^|[^\\])\x03([a-zA-Z0-9_:]+)\x03} $html \ + {(^|[^\\])\x03([[:alnum:]_:]+)\x03} $html \ {:form_field_as_html -mode edit "\\\1" "\2" $form_fields}] # # Replace unbalanced @ characters.