aboutsummaryrefslogtreecommitdiffstats
path: root/web/newindex.php
diff options
context:
space:
mode:
authorfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-04 04:18:09 +0000
committerfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-04 04:18:09 +0000
commit9ca627974c7381d1143ea72dea8a127a09b746f7 (patch)
treea9c2aecca9fb711cbe55a497f36af68d6089a5de /web/newindex.php
parentf99eea8f90ce4b75aa9409a541f10fed3d4e1f55 (diff)
downloadioquake3-aero-9ca627974c7381d1143ea72dea8a127a09b746f7.tar.gz
ioquake3-aero-9ca627974c7381d1143ea72dea8a127a09b746f7.zip
* Fix bad tag nesting and general stupidity
* Detect browser and only send high-tech mimes to things that advertise support. git-svn-id: svn://svn.icculus.org/quake3/trunk@256 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web/newindex.php')
-rw-r--r--web/newindex.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/newindex.php b/web/newindex.php
index c0f4da6..19463af 100644
--- a/web/newindex.php
+++ b/web/newindex.php
@@ -5,11 +5,12 @@ ob_start();
?>
<?php //hawhaw
echo "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>";
+ echo $extradoctype;
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
- <meta content="application/xhtml+xml; charset=UTF-8" />
+ <meta content="<?php echo $content_type; ?> charset=UTF-8" />
<title>icculus.org/quake3: <?php echo $navlist[$page]; ?></title>
<link rel="stylesheet" href="ioq3.css" type="text/css" />
</head>