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.155 -r1.542.2.156 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 15 Apr 2022 17:29:12 -0000 1.542.2.155 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 19 Apr 2022 12:29:26 -0000 1.542.2.156 @@ -4018,7 +4018,7 @@ PageInstance instproc get_form {} { # get the (HTML) form of the ::xowiki::PageTemplates/::xowiki::Form - return [::xowiki::adp_parse_tags [:get_html_from_content [:get_from_template form]]] + return [:get_html_from_content [:get_from_template form]] } PageInstance instproc get_template_object {} {