summaryrefslogtreecommitdiff
path: root/templates/base.tmpl
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2017-03-12 22:33:42 +0100
committerJon Bergli Heier <snakebite@jvnv.net>2017-03-12 22:33:42 +0100
commit3e1a751ee6f62369f1478427bfb89d8109e5b8ed (patch)
tree52157374247a57461b7521e19e0a063c0c402053 /templates/base.tmpl
parent22201057dd7b6a71334eb661ff6df11261a3cd22 (diff)
Updated templates to use HTML5 instead of XHTML.
Diffstat (limited to 'templates/base.tmpl')
-rw-r--r--templates/base.tmpl8
1 files changed, 3 insertions, 5 deletions
diff --git a/templates/base.tmpl b/templates/base.tmpl
index 55b420e..6374752 100644
--- a/templates/base.tmpl
+++ b/templates/base.tmpl
@@ -1,10 +1,8 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!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" xml:lang="en" lang="en">
+<!DOCTYPE html>
+<html lang="en">
<head>
<title>$title</title>
- <link rel="StyleSheet" href="/static/paste.css" type="text/css" />
+ <link rel="StyleSheet" href="/static/paste.css" type="text/css">
#block head
#end block
</head>