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.48.2.11 -r1.48.2.12 --- openacs-4/packages/acs-templating/tcl/parse-procs.tcl 2 Jul 2015 19:12:57 -0000 1.48.2.11 +++ openacs-4/packages/acs-templating/tcl/parse-procs.tcl 27 Jul 2015 12:18:44 -0000 1.48.2.12 @@ -534,7 +534,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 @@ -597,7 +597,7 @@ } ad_proc -public template::adp_array_variable_regexp_noi18n {} { - adp_array_variable_regexp's pattern augmented by "literal" + adp_array_variable_regexp's pattern augmented by "noi18n" @author Gustaf Neumann @creation-date June 2015 @@ -636,7 +636,7 @@ } ad_proc -public template::adp_variable_regexp_noi18n {} { - adp_variable_regexp augmented by "literal" + adp_variable_regexp augmented by "noi18n" @author Gustaf Neumann @creation-date June 2015