Index: openacs-4/packages/acs-templating/tcl/form-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/form-procs.tcl,v diff -u -r1.59.2.3 -r1.59.2.4 --- openacs-4/packages/acs-templating/tcl/form-procs.tcl 1 Feb 2021 10:54:23 -0000 1.59.2.3 +++ openacs-4/packages/acs-templating/tcl/form-procs.tcl 18 Apr 2022 08:43:02 -0000 1.59.2.4 @@ -352,16 +352,15 @@ set file_stub [template::resource_path -type forms -style standard] } - # ensure that the style template has been compiled and is up-to-date - template::adp_init adp $file_stub - - # get result of template output procedure into __adp_output - # the only data source on which this template depends is the "elements" + # + # Ensure that the style template has been compiled and is + # up-to-date, and execute the result into __adp_output. The only + # data source on which this template depends is the "elements" # multirow data source. The output of this procedure will be # placed in __adp_output in this stack frame. + # + [template::adp_init adp $file_stub] - template::code::adp::$file_stub - return $__adp_output }