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.2.1 -r1.3.2.2 --- openacs-4/packages/acs-templating/www/doc/guide/tcl.adp 5 Jan 2021 17:10:17 -0000 1.3.2.1 +++ openacs-4/packages/acs-templating/www/doc/guide/tcl.adp 3 Sep 2021 09:16:21 -0000 1.3.2.2 @@ -1,5 +1,5 @@ -{/doc/acs-templating {ACS Templating}} {Templating System User Guide: Embedding Code in +{/doc/acs-templating/ {ACS Templating}} {Templating System User Guide: Embedding Code in Templates} Templating System User Guide: Embedding Code in Templates @@ -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 nonportable to ACS/Java.

+Embedded Tcl makes templates non-portable to ACS/Java.


\ No newline at end of file