summaryrefslogtreecommitdiff
path: root/templates/root.mako
diff options
context:
space:
mode:
Diffstat (limited to 'templates/root.mako')
-rw-r--r--templates/root.mako4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/root.mako b/templates/root.mako
index 39ee098..46fd88f 100644
--- a/templates/root.mako
+++ b/templates/root.mako
@@ -1,8 +1,8 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
- <link rel="shortcut icon" href=${"/favicon.ico" | url} type="image/icon">
+ <link rel="shortcut icon" href=${"/favicon.ico" | url} type="image/icon" />
<title>${self.title()}</title>
${self.style()}
</head>