summaryrefslogtreecommitdiff
path: root/includes/common.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/common.php')
-rw-r--r--includes/common.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/common.php b/includes/common.php
index ae189b9..2f709b0 100644
--- a/includes/common.php
+++ b/includes/common.php
@@ -11,7 +11,7 @@ function placeHeader($page_title)
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>The Mana World</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15"/>
@@ -165,7 +165,7 @@ function placeFooter()
</div>
<div id="footer">
- &copy; 2004-2006 The Mana World Dev Team -
+ &copy; 2004-2008 The Mana World Dev Team -
[<a href="http://validator.w3.org/check?uri=referer">xhtml</a>] [<a href="http://jigsaw.w3.org/css-validator/check/referer">css</a>]
</div>
</div> <!-- /page -->