summaryrefslogtreecommitdiff
path: root/includes/common.php
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2008-07-11 14:34:03 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2008-07-11 14:34:03 +0000
commite19a5ccfdbb7e7f9c2eade5c3cf11b9e4b5a248e (patch)
tree9ddfdf10a290a8832af8e8e4937edba43322c348 /includes/common.php
parent97bdd628bb1061f0276339ea167561f43ae79253 (diff)
downloadwebsite-e19a5ccfdbb7e7f9c2eade5c3cf11b9e4b5a248e.tar.gz
website-e19a5ccfdbb7e7f9c2eade5c3cf11b9e4b5a248e.tar.bz2
website-e19a5ccfdbb7e7f9c2eade5c3cf11b9e4b5a248e.tar.xz
website-e19a5ccfdbb7e7f9c2eade5c3cf11b9e4b5a248e.zip
Updated copyright date
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 -->