Add a doctype and title tag.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 28 Oct 2008 23:34:55 +0000 (00:34 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 28 Oct 2008 23:34:55 +0000 (00:34 +0100)
templates/base/base.html

index 72d2214d483b8e1220213ffd8b8a2acd15b3df6c..b64e4449ec5d35cbd12b6f48b8d139e041c2bb4c 100644 (file)
@@ -1,5 +1,7 @@
 {% load i18n %}
-<html>
+<!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" lang="en" xml:lang="en">
 <head>
 {# <link rel="stylesheet" type="text/css" href="http://www.evolution-events.nl/algemeen/css.php?skin=lex"/> #}
 <link rel="stylesheet" type="text/css" href="{{ STATIC_URL_PREFIX }}/base/css/lex.css"/>
@@ -9,6 +11,7 @@
 {# <script type="text/javascript" src="http://yui.yahooapis.com/2.5.1/build/logger/logger-debug.js"></script> #}
 <script type="text/javascript" src="{{ STATIC_URL_PREFIX }}/base/js/yahoo-dom-event.js"></script> 
 <script type="text/javascript" src="{{ STATIC_URL_PREFIX }}/base/js/logger-debug.js"></script> 
+<title>Xerxes</title>
 </head>
 <body>
 <div class="logo"></div>