summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-11-27 17:38:33 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-11-27 17:38:33 +0000
commit64ebe26ed993daa13dc7217b51b7b3239048576f (patch)
tree1aa8933394eab68b386356d87e716e9b50976f31 /includes
parent23f37496849f684ed662769660f65826deebffe9 (diff)
downloadwebsite-64ebe26ed993daa13dc7217b51b7b3239048576f.tar.gz
website-64ebe26ed993daa13dc7217b51b7b3239048576f.tar.bz2
website-64ebe26ed993daa13dc7217b51b7b3239048576f.tar.xz
website-64ebe26ed993daa13dc7217b51b7b3239048576f.zip
Fixed some small validation errors.
Diffstat (limited to 'includes')
-rw-r--r--includes/common.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/common.php b/includes/common.php
index 738135d..e18c8a2 100644
--- a/includes/common.php
+++ b/includes/common.php
@@ -9,7 +9,8 @@ function placeHeader($page_title)
{
echo "<?xml version=\"1.0\" encoding=\"ISO-8859-15\"?>\n";
?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Strict//EN" "DTD/xhtml1-strict.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>The Mana World</title>