Index: openacs-4/packages/xowiki/tcl/includelet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/includelet-procs.tcl,v diff -u -r1.239.2.90 -r1.239.2.91 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 19 Jun 2022 15:33:24 -0000 1.239.2.90 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 13 Jul 2022 10:41:43 -0000 1.239.2.91 @@ -2932,7 +2932,7 @@ regsub -nocase -all "
" $inner_html "
" inner_html regsub -nocase -all "" $inner_html "
" inner_html - dom parse -simple -html
$inner_html
doc + dom parse -simple
$inner_html
doc $doc documentElement root set fields [$root selectNodes "//div\[@class = 'wiki-menu'\]"]