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.45 -r1.46 --- openacs-4/packages/acs-templating/tcl/tag-init.tcl 18 Jan 2018 15:27:52 -0000 1.45 +++ openacs-4/packages/acs-templating/tcl/tag-init.tcl 19 Jan 2018 19:44:57 -0000 1.46 @@ -129,7 +129,7 @@ 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__ - ad_log Error "Error in include template \"$templateFile\": [ns_quotehtml $errorMsg]" + ad_log Error "Error in include template \"$templateFile\": $errorMsg" } }