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.53 -r1.54 --- openacs-4/packages/acs-templating/tcl/parse-procs.tcl 11 Jul 2015 16:45:23 -0000 1.53 +++ openacs-4/packages/acs-templating/tcl/parse-procs.tcl 27 Jul 2015 12:09:32 -0000 1.54 @@ -537,7 +537,7 @@ # substitute array variable references while {[regsub -all [template::adp_array_variable_regexp_noquote] $code {\1[lang::util::localize $\2(\3)]} code]} {} - while {[regsub -all [template::adp_array_variable_regexp_noi18n] $code {\1$[ns_quotehtml \2(\3)]} code]} {} + while {[regsub -all [template::adp_array_variable_regexp_noi18n] $code {\1[ns_quotehtml $\2(\3)]} code]} {} while {[regsub -all [template::adp_array_variable_regexp_literal] $code {\1$\2(\3)} code]} {} # # Some aolservers have broken implementations of ns_quotehtml