Index: openacs-4/packages/xowiki/tcl/xowiki-sc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-sc-procs.tcl,v diff -u -r1.48 -r1.49 --- openacs-4/packages/xowiki/tcl/xowiki-sc-procs.tcl 23 Oct 2018 18:40:48 -0000 1.48 +++ openacs-4/packages/xowiki/tcl/xowiki-sc-procs.tcl 19 Jan 2019 08:46:58 -0000 1.49 @@ -44,7 +44,7 @@ try { dom parse -simple -html $content doc $doc documentElement root - foreach n [$root selectNodes {//script|//noscript||//style//nav|//button}] { + foreach n [$root selectNodes {//script|//noscript|//style//nav|//button}] { $n delete } set content [$root asHTML]