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