git-svn-id: http://www.observium.org/svn/observer/trunk@357 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2009-03-17 20:29:54 +00:00
parent b53ed5a470
commit 0d0ccdf11f
4 changed files with 17 additions and 12 deletions
+3 -1
View File
@@ -28,7 +28,9 @@ if($_GET[debug]) {
<head>
<title><?php echo($config['page_title']); ?></title>
<base href="<?php echo($config['base_url']); ?>" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<meta http-equiv="content-language" content="en-us" />
<?php
if($config['page_refresh']) { echo("<meta http-equiv='refresh' content='".$config['page_refresh']."'>"); }
?>