MDL-6128 special chars and messaging system; backported from HEAD

This commit is contained in:
skodak
2007-01-28 21:47:21 +00:00
parent 8bc93dfa68
commit f5e90caea6
+1 -1
View File
@@ -30,7 +30,7 @@
header('Last-Modified: '.gmdate('D, d M Y H:i:s').' GMT');
header('Cache-Control: no-cache, must-revalidate');
header('Pragma: no-cache');
header('Content-Type: text/html');
header('Content-Type: text/html; charset='.$encoding);
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'."\n";
echo '<html><head><title> </title>';