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.19 -r1.65.2.20 --- openacs-4/packages/acs-templating/tcl/parse-procs.tcl 15 Jun 2022 18:54:52 -0000 1.65.2.19 +++ openacs-4/packages/acs-templating/tcl/parse-procs.tcl 1 Sep 2022 15:32:43 -0000 1.65.2.20 @@ -786,8 +786,10 @@ ad_proc -public template::adp_append_code { code { nobreak "" } } { Adds a line of code to the Tcl output from the compiler. - Called also from developer support. + Called by basically any adp custom tag implementation and also + from developer support. + @param code A line of Tcl code @option nobreak Flag indicating that code should be appended to the Index: openacs-4/packages/acs-templating/tcl/test/file-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/test/Attic/file-procs.tcl,v diff -u -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/acs-templating/tcl/test/file-procs.tcl 25 Aug 2022 13:12:05 -0000 1.1.2.2 +++ openacs-4/packages/acs-templating/tcl/test/file-procs.tcl 1 Sep 2022 15:32:43 -0000 1.1.2.3 @@ -18,6 +18,7 @@ template::adp_eval template::adp_compile util::http::post_payload + template::adp_append_code } template_widget_file { Test template::widget::file. Index: openacs-4/packages/acs-templating/tcl/test/parse-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/test/parse-test-procs.tcl,v diff -u -r1.10.2.4 -r1.10.2.5 --- openacs-4/packages/acs-templating/tcl/test/parse-test-procs.tcl 20 Apr 2022 09:58:24 -0000 1.10.2.4 +++ openacs-4/packages/acs-templating/tcl/test/parse-test-procs.tcl 1 Sep 2022 15:32:43 -0000 1.10.2.5 @@ -101,6 +101,7 @@ ::template::adp_parse_tags ::template::adp_compile_chunk ::template::icon + ::template::adp_append_code } \ adp_parse_tags {