summaryrefslogtreecommitdiff
path: root/templates/root.mako
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2011-02-15 01:16:18 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2011-02-15 01:16:18 +0100
commit6040154bde912222528cd84b0d8bec7bc60bb65a (patch)
tree90441a1d48ca6e05fd99df053a7e0cce4dfce806 /templates/root.mako
parent0efc1162f77bcea770f72dbe8db1caafa8090e66 (diff)
downloadweb-6040154bde912222528cd84b0d8bec7bc60bb65a.tar.gz
web-6040154bde912222528cd84b0d8bec7bc60bb65a.tar.bz2
web-6040154bde912222528cd84b0d8bec7bc60bb65a.zip
More of this w3c stuff
Diffstat (limited to 'templates/root.mako')
-rw-r--r--templates/root.mako5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/root.mako b/templates/root.mako
index 46fd88f..936ce57 100644
--- a/templates/root.mako
+++ b/templates/root.mako
@@ -1,5 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<link rel="shortcut icon" href=${"/favicon.ico" | url} type="image/icon" />
@@ -10,7 +11,7 @@
<body>
<div id="wrapper">
<div id="logo">
- <img src=${"/static/images/portato.png" | url} />
+ <img src=${"/static/images/portato.png" | url} alt="logo" />
<h1><a href=${"/" | url}>Portato</a></h1>
<h2>»   A Portage GUI</h2>
</div>