Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.542.2.108 -r1.542.2.109 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 2 Aug 2021 21:23:20 -0000 1.542.2.108 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 3 Aug 2021 19:00:45 -0000 1.542.2.109 @@ -1815,7 +1815,7 @@ foreach att {item package parent} { set name physical_${att}_id if {[info exists :$name]} { - :unset $name + unset :$name } } } @@ -2988,7 +2988,7 @@ foreach ref ${:__extra_references} { :references resolved $ref } - :unset __extra_references + unset :__extra_references } # # Get page content and care about reference management. @@ -3040,7 +3040,7 @@ Page instproc search_render {} { set :__no_form_page_footer 1 set html [:render -update_references none] - :unset __no_form_page_footer + unset :__no_form_page_footer foreach tag {h1 h2 h3 h4 h5 b strong} { foreach {match words} [regexp -all -inline "<$tag>(\[^<\]+)" $html] {