Index: openacs-4/packages/acs-templating/www/doc/guide/tcl.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/guide/tcl.html,v diff -u -N -r1.2.2.1 -r1.2.2.2 --- openacs-4/packages/acs-templating/www/doc/guide/tcl.html 1 Dec 2016 20:43:45 -0000 1.2.2.1 +++ openacs-4/packages/acs-templating/www/doc/guide/tcl.html 22 Apr 2017 18:30:26 -0000 1.2.2.2 @@ -17,7 +17,7 @@

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.