OpenACS docs are written by the named authors, and may be edited
by OpenACS documentation staff.
@@ -64,7 +65,7 @@
just the directory name, for both relative links
(subdir/) and absolute links
(/top-level-dir/). If linking to the directory in which
-the page is located, use the empty string (""), which
+the page is located, use the empty string (""), which
browsers will resolve correctly.
File Headers and Page Input
Include the appropriate standard header in all scripts. The first
@@ -166,7 +167,7 @@
--
-- $Id$
-Of course, replace "--" with the comment delimiter
+Of course, replace "--" with the comment delimiter
appropriate for the language in which you are programming.
Page Construction
Construct the page as one Tcl variable (name it
@@ -177,25 +178,25 @@
Local procedures (i.e., procedures defined and used only within one
-page) should be prefixed with "module_" and
+page) should be prefixed with "module_" and
should be used rarely, only when they are exceedingly useful.
All files that prepare HTML to display should end with [ad_footer] or