Index: openacs-4/packages/acs-templating/www/doc/designer-guide.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/designer-guide.adp,v diff -u -r1.2.2.1 -r1.2.2.2 --- openacs-4/packages/acs-templating/www/doc/designer-guide.adp 25 Aug 2015 18:02:09 -0000 1.2.2.1 +++ openacs-4/packages/acs-templating/www/doc/designer-guide.adp 9 Jun 2016 13:03:12 -0000 1.2.2.2 @@ -112,7 +112,7 @@ reduces the legibility of the template to others who need to edit the template later.
-Caution: Do not write to the connection.
+Caution: Do not write to the connection.
Specifically, if you must use the <% %>
tag, do
not call ns_puts
, because it will not work the same
way as in AOLserver's ADP pages.