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 -r1.65.2.10 -r1.65.2.11 --- openacs-4/packages/acs-templating/tcl/parse-procs.tcl 23 Mar 2021 12:57:01 -0000 1.65.2.10 +++ openacs-4/packages/acs-templating/tcl/parse-procs.tcl 31 Mar 2021 10:09:13 -0000 1.65.2.11 @@ -731,7 +731,7 @@ } } -ad_proc -private template::adp_puts { text } { +ad_proc -public template::adp_puts { text } { Add text to the ADP currently being rendered. May be used within escaped Tcl code in the template to add to the output.