Index: openacs-4/packages/acs-templating/www/doc/guide/tcl.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/guide/tcl.adp,v diff -u -N -r1.2.2.5 -r1.2.2.6 --- openacs-4/packages/acs-templating/www/doc/guide/tcl.adp 1 Dec 2016 20:43:45 -0000 1.2.2.5 +++ openacs-4/packages/acs-templating/www/doc/guide/tcl.adp 22 Apr 2017 18:33:51 -0000 1.2.2.6 @@ -14,7 +14,7 @@ AOLserver. For examples, see the section "embedded tcl" on the demonstration page.

Generally, avoid putting escaped Tcl code in adp files, or -generating HTML fragments in tcl procedures. It subverts the +generating HTML fragments in Tcl procedures. It subverts the separation of code and layout, one of the benefits of templating. Embedded Tcl makes templates non-portable to ACS/Java.