Update of /cvsroot/phpwebsite-comm/themes/debug
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31088
Modified Files:
theme.php
Log Message:
added Content-Script-Type
Index: theme.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/themes/debug/theme.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** theme.php 31 May 2004 20:14:37 -0000 1.11
--- theme.php 8 Jun 2004 19:13:39 -0000 1.12
***************
*** 3,6 ****
--- 3,7 ----
header("Content-Type: application/xhtml+xml; charset=UTF-8");
header("Content-Style-Type: text/css");
+ header("Content-Script-Type: text/javascript");
header("Content-Language: en-US");
$THEME["XML"] = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>";
***************
*** 14,17 ****
--- 15,19 ----
header("Content-Type: text/html; charset=UTF-8");
header("Content-Style-Type: text/css");
+ header("Content-Script-Type: text/javascript");
header("Content-Language: en-US");
$THEME["DOCTYPE"] = "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\n\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">";
|