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.327.2.25 -r1.327.2.26 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 22 Sep 2016 12:23:04 -0000 1.327.2.25 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 14 Oct 2016 18:58:53 -0000 1.327.2.26 @@ -940,11 +940,11 @@ # [template::adp_variable_regexp] $form \ # {my form_field_as_html -mode edit "\\\1" "\2" $form_fields}] # Due to this bug, we program around and replace the at-character - # by \x003 to avoid conflict withe the input and we replace these + # by \x03 to avoid conflict withe the input and we replace these # magic chars finally with the fields resulting from tdom. set form [my substitute_markup $form] - set form [string map [list @ \x003] $form] + set form [string map [list @ \x03] $form] #my msg form=$form dom parse -simple -html $form doc @@ -1067,10 +1067,10 @@ set html [$root asHTML] set html [my regsub_eval \ - {(^|[^\\])\x003([a-zA-Z0-9_:]+)\x003} $html \ + {(^|[^\\])\x03([a-zA-Z0-9_:]+)\x03} $html \ {my form_field_as_html -mode edit "\\\1" "\2" $form_fields}] # replace unbalanced @ characters - set html [string map [list \x003 @] $html] + set html [string map [list \x03 @] $html] #my log "calling VIEW with HTML [string length $html]" if {$view} {