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.11 -r1.65.2.12 --- openacs-4/packages/acs-templating/tcl/parse-procs.tcl 31 Mar 2021 10:09:13 -0000 1.65.2.11 +++ openacs-4/packages/acs-templating/tcl/parse-procs.tcl 1 Apr 2021 08:42:35 -0000 1.65.2.12 @@ -731,8 +731,8 @@ } } -ad_proc -public template::adp_puts { text } { - Add text to the ADP currently being rendered. May be used within escaped +ad_proc -private template::adp_puts { text } { + Add text to the ADP currently being rendered. Maybe used within escaped Tcl code in the template to add to the output. @param text A string containing text or markup.