Index: openacs-4/packages/acs-bootstrap-installer/installer/www/blank-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer/www/blank-master.tcl,v diff -u -N -r1.10.2.4 -r1.10.2.5 --- openacs-4/packages/acs-bootstrap-installer/installer/www/blank-master.tcl 28 Oct 2020 15:39:19 -0000 1.10.2.4 +++ openacs-4/packages/acs-bootstrap-installer/installer/www/blank-master.tcl 23 Aug 2022 12:53:18 -0000 1.10.2.5 @@ -6,7 +6,7 @@ You should NEVER need to modify this file. Most of the time your pages or master templates should not directly set this - file in their tag. They should instead use site-master with + file in their <master> tag. They should instead use site-master with provides a set of standard OpenACS content. Only pages which need to return raw HTML should use this template directly. @@ -26,7 +26,7 @@ ad_conn -set language Must be used to override the document language if necessary. - To add a CSS or JavaScript files to the section of the document you can + To add a CSS or JavaScript files to the <head> section of the document you can call the corresponding template::head::add_* functions within your page. @see template::head::add_css