Index: openacs-4/www/blank-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/blank-master.tcl,v diff -u -r1.57.2.3 -r1.57.2.4 --- openacs-4/www/blank-master.tcl 15 Sep 2021 16:23:14 -0000 1.57.2.3 +++ openacs-4/www/blank-master.tcl 13 Jul 2023 13:19:30 -0000 1.57.2.4 @@ -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