Index: openacs-4/packages/acs-templating/tcl/head-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/head-procs.tcl,v diff -u -r1.45.2.40 -r1.45.2.41 --- openacs-4/packages/acs-templating/tcl/head-procs.tcl 31 Aug 2023 13:13:50 -0000 1.45.2.40 +++ openacs-4/packages/acs-templating/tcl/head-procs.tcl 6 Aug 2024 09:43:17 -0000 1.45.2.41 @@ -656,10 +656,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 @@ -701,10 +701,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