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 -r1.44 -r1.45 --- openacs-4/packages/acs-templating/tcl/tag-init.tcl 16 Jan 2018 18:27:46 -0000 1.44 +++ openacs-4/packages/acs-templating/tcl/tag-init.tcl 18 Jan 2018 15:27:52 -0000 1.45 @@ -105,7 +105,7 @@ } { if {$ds_avail_p} { set __DS_CODE__ { - if {[info exists ::ds_enabled_p] \&\& [info exists ::ds_collection_enabled_p] } { + if {[info exists ::ds_enabled_p] && [info exists ::ds_collection_enabled_p] } { set __include_errors {} ns_cache get ds_page_bits [ad_conn request]:error __include_errors ns_cache set ds_page_bits [ad_conn request]:error [lappend __include_errors [list "__SRC__" $::errorInfo]]