Index: openacs-4/www/site-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/site-master.tcl,v diff -u -r1.22.2.4 -r1.22.2.5 --- openacs-4/www/site-master.tcl 23 Apr 2007 11:10:11 -0000 1.22.2.4 +++ openacs-4/www/site-master.tcl 24 May 2007 10:12:51 -0000 1.22.2.5 @@ -23,6 +23,11 @@ template::multirow create meta name content http_equiv scheme lang } +template::multirow append meta \ + "" \ + "text/html; charset=[ad_conn charset]" \ + "content-type" + if {![template::multirow exists link]} { template::multirow create link rel type href title lang media }