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.42 -r1.43 --- openacs-4/packages/acs-templating/tcl/parse-procs.tcl 14 May 2007 20:30:27 -0000 1.42 +++ openacs-4/packages/acs-templating/tcl/parse-procs.tcl 2 Oct 2007 19:13:31 -0000 1.43 @@ -196,7 +196,7 @@ return -code error -errorinfo $s_errorInfo -errorcode $s_errorCode $return_value } default { - if { [string equal $return_value ADP_ABORT] } { + if {$return_value eq "ADP_ABORT"} { # return without rendering any HTML if the code aborts return "" } else {