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.3 -r1.3.2.1 --- openacs-4/packages/acs-templating/www/doc/guide/tcl.adp 7 Aug 2017 23:48:03 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/guide/tcl.adp 5 Jan 2021 17:10:17 -0000 1.3.2.1 @@ -16,6 +16,6 @@

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.

+Embedded Tcl makes templates nonportable to ACS/Java.


\ No newline at end of file