Index: openacs-4/www/blank-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/blank-master.tcl,v diff -u -N -r1.55 -r1.56 --- openacs-4/www/blank-master.tcl 21 May 2015 09:55:38 -0000 1.55 +++ openacs-4/www/blank-master.tcl 10 Jun 2015 19:14:01 -0000 1.56 @@ -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