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.327.2.37 -r1.327.2.38 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 23 Jun 2017 08:08:23 -0000 1.327.2.37 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 5 Feb 2021 10:25:25 -0000 1.327.2.38 @@ -405,7 +405,6 @@ } ::xo::Page requireCSS /resources/xowiki/xowiki.css set my_page [::xowiki::Package instantiate_page_from_id -revision_id [my revision_id]] - $my_page volatile if {[catch {set html1 [$my_page render]} errorMsg]} { set html2 "Error rendering [my revision_id]: $errorMsg" @@ -417,7 +416,6 @@ regexp {^([^.]+)[.]} $time1 _ time1 set other_page [::xowiki::Package instantiate_page_from_id -revision_id $compare_id] - $other_page volatile #$other_page absolute_links 1 if {[catch {set html2 [$other_page render]} errorMsg]} {