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.65.2.14 -r1.65.2.15 --- openacs-4/packages/acs-templating/tcl/parse-procs.tcl 7 Apr 2022 12:39:28 -0000 1.65.2.14 +++ openacs-4/packages/acs-templating/tcl/parse-procs.tcl 11 Apr 2022 13:58:54 -0000 1.65.2.15 @@ -676,7 +676,7 @@ return {(^|[^\\])@([[:alnum:]_:]+);noi18n@} } -ad_proc -private template::adp_compile_chunk { chunk } { +ad_proc -public template::adp_compile_chunk { chunk } { Parses a single chunk of a template. A chunk is either the entire template or the portion of a template contained within a balanced tag. This procedure does not return the compiled chunk; compiled