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 -r1.2.2.9 -r1.2.2.10 --- openacs-4/packages/acs-bootstrap-installer/installer/www/blank-master.tcl 12 Sep 2016 18:08:38 -0000 1.2.2.9 +++ openacs-4/packages/acs-bootstrap-installer/installer/www/blank-master.tcl 1 Nov 2016 18:27:03 -0000 1.2.2.10 @@ -233,15 +233,24 @@ } } +# # Retrieve headers and footers +# set header [template::get_header_html] set footer [template::get_footer_html] -template::head::prepare_multirows -# body event handlers are converted into body_scripts +# +# Body event handlers are converted into body_scripts +# template::get_body_event_handlers # +# Build multirows: this has to be done after get_body_event_handlers +# to include these body_scripts as well. +# +template::head::prepare_multirows + +# # Add the content security policy. Since this is the blank master, we # are defensive and check, if the system has already support for it # via the CSPEnabledP kernel parameter. Otherwise users would be