summaryrefslogtreecommitdiff
path: root/templates/root.mako
diff options
context:
space:
mode:
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>