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.1 -r1.2 --- openacs-4/packages/acs-bootstrap-installer/installer/www/blank-master.tcl 21 May 2015 10:00:20 -0000 1.1 +++ openacs-4/packages/acs-bootstrap-installer/installer/www/blank-master.tcl 10 Jun 2015 19:14:01 -0000 1.2 @@ -226,6 +226,12 @@ template::head::add_meta \ -content "text/html; charset=$doc(charset)" \ -http_equiv "content-type" +template::head::add_meta \ + -content "text/css" \ + -http_equiv "Content-Style-Type" +template::head::add_meta \ + -content "text/javascript" \ + -http_equiv "Content-Script-Type" # The document language is always set from [ad_conn lang] which by default # returns the language setting for the current user. This is probably