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.1.1 -r1.1.1.1.28.1 --- openacs-4/packages/acs-templating/www/doc/guide/tcl.html 13 Mar 2001 22:59:27 -0000 1.1.1.1 +++ openacs-4/packages/acs-templating/www/doc/guide/tcl.html 9 Sep 2014 08:32:03 -0000 1.1.1.1.28.1 @@ -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.