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 -r1.1 -r1.2 --- openacs-4/packages/acs-templating/www/doc/guide/tcl.html 13 Mar 2001 22:59:27 -0000 1.1 +++ openacs-4/packages/acs-templating/www/doc/guide/tcl.html 27 Oct 2014 16:40:24 -0000 1.2 @@ -16,7 +16,7 @@ demonstration page.
- Generally, avoid putting escaped TCL code in adp files, or + Generally, avoid putting escaped Tcl code in adp files, or 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.