Index: openacs-4/packages/acs-templating/tcl/tag-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/tag-init.tcl,v diff -u -N -r1.46 -r1.47 --- openacs-4/packages/acs-templating/tcl/tag-init.tcl 19 Jan 2018 19:44:57 -0000 1.46 +++ openacs-4/packages/acs-templating/tcl/tag-init.tcl 5 Mar 2018 14:56:24 -0000 1.47 @@ -125,7 +125,7 @@ append __adp_output [__COMMAND__] } on error {errorMsg} { - set templateFile [template::util::url_to_file \"__SRC__\" $__adp_stub] + set templateFile [template::util::url_to_file __SRC__ $__adp_stub] append __adp_output "Error in include template \"$templateFile\": [ns_quotehtml $errorMsg]" # JCD: If we have the ds_page_bits cache maybe save the error for later __DS_CODE__