Index: openacs-4/packages/acs-templating/tcl/parse-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/parse-procs.tcl,v diff -u -N -r1.39 -r1.40 --- openacs-4/packages/acs-templating/tcl/parse-procs.tcl 21 Nov 2005 17:49:55 -0000 1.39 +++ openacs-4/packages/acs-templating/tcl/parse-procs.tcl 17 Feb 2006 01:11:42 -0000 1.40 @@ -107,6 +107,11 @@ if { [catch { adp_prepare } errMsg] } { # return without rendering any HTML if the code aborts + + # DRB: after popping off the parse level so the portal package + # and other clever users of the include tag work properly ... + template::util::lpop parse_level + if { [string equal $errMsg ADP_ABORT] } { return "" } else {