Index: openacs-4/packages/ajaxhelper/www/doc/head-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/www/doc/head-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/ajaxhelper/www/doc/head-procs.tcl 3 Sep 2024 15:37:35 -0000 1.7 +++ openacs-4/packages/ajaxhelper/www/doc/head-procs.tcl 29 Oct 2024 16:21:44 -0000 1.8 @@ -320,10 +320,10 @@ {-html ""} } { Add a header include to the beginning of the document body. This function - is used by site wide services to add functionality to the beginning of a + is used by site-wide services to add functionality to the beginning of a page. Examples include the developer support toolbar, acs-lang translation interface and the acs-templating WYSIWYG editor textarea place holder. If - you are not implementing a site wide service, you should not be using this + you are not implementing a site-wide service, you should not be using this function to add content to your page. You must supply either src or html. @param direction whether the header should be added as the outer most @@ -362,10 +362,10 @@ {-html ""} } { Add a footer include to the end of the document body. This function - is used by site wide services to add functionality to the end of a + is used by site-wide services to add functionality to the end of a page. Examples include the developer support toolbar, acs-lang translation interface and the acs-templating WYSIWYG editor textarea place holder. If - you are not implementing a site wide service, you should not be using this + you are not implementing a site-wide service, you should not be using this function to add content to your page. You must supply either src or html. @param direction whether the footer should be added as the outer most