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 -r1.3.2.2 -r1.3.2.3 --- openacs-4/packages/acs-templating/www/doc/guide/tcl.adp 3 Sep 2021 09:16:21 -0000 1.3.2.2 +++ openacs-4/packages/acs-templating/www/doc/guide/tcl.adp 6 Jun 2023 09:30:30 -0000 1.3.2.3 @@ -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