summaryrefslogtreecommitdiff
path: root/templates/view.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/view.tmpl
parent22201057dd7b6a71334eb661ff6df11261a3cd22 (diff)
Updated templates to use HTML5 instead of XHTML.
Diffstat (limited to 'templates/view.tmpl')
-rw-r--r--templates/view.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/view.tmpl b/templates/view.tmpl
index 267e87f..445a1ad 100644
--- a/templates/view.tmpl
+++ b/templates/view.tmpl
@@ -1,6 +1,6 @@
#extends templates.base
#def head
- <link rel="StyleSheet" href="/highlight_stylesheet" type="text/css" />
+ <link rel="StyleSheet" href="/highlight_stylesheet" type="text/css">
<script type="text/javascript" src="/static/view.js"></script>
#end def
#def content