summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Kinkade <nath@nkinka.de>2012-11-13 19:29:08 +0000
committerNathan Kinkade <nath@nkinka.de>2012-11-13 19:29:08 +0000
commite456470c020a42c6bc0b04170c3deda7ea71388c (patch)
tree1a1669441da7a987682414ba93d522bfe55c6227
parentae842c63934fc948ebbfac4f51000c00e05a941e (diff)
Changed doctype to HTML5, still validates fine.
-rw-r--r--templates/header.tpl5
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/header.tpl b/templates/header.tpl
index 06de22d..1b20920 100644
--- a/templates/header.tpl
+++ b/templates/header.tpl
@@ -1,7 +1,6 @@
-<?xml version='1.0' ?>
-<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
+<!DOCTYPE html>
-<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'>
+<html lang='en'>
<head>{$myHeaders}</head>