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.368.2.121 -r1.368.2.122 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 14 Apr 2022 10:11:02 -0000 1.368.2.121 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 19 Apr 2022 12:29:26 -0000 1.368.2.122 @@ -1971,7 +1971,7 @@ } else { set content [:content_header_get]$content } - set content [::xowiki::adp_parse_tags $content] + #set content [::xowiki::adp_parse_tags $content] # # These variables can be influenced via set-parameter. @@ -1982,7 +1982,7 @@ # Setup top includeletes and footers. # - set footer [::xowiki::adp_parse_tags [:htmlFooter -content $content]] + set footer [:htmlFooter -content $content] set top_includelets "" set vp [string trim [::$context_package_id get_parameter "top_includelet" ""]] if {$vp ne "" && $vp ne "none"} {