summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2013-05-09 09:20:03 +0200
committerHelmut Grohne <helmut@subdivi.de>2013-05-09 09:20:03 +0200
commit8c73deb776877cd7bc3739577ee24f9cc07a3337 (patch)
treea2a0a26e6f4f5cb3e88047db27ec4d70d23f23ad
parent5af1ec9dea69a3efbb5a053e10b3c2ecf3fd7fc7 (diff)
downloaddebian-dedup-8c73deb776877cd7bc3739577ee24f9cc07a3337.tar.gz
webapp: declare html5 and utf-8
-rw-r--r--base.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/base.html b/base.html
index 2ba2fb0..4e49d47 100644
--- a/base.html
+++ b/base.html
@@ -1,6 +1,8 @@
+<!DOCTYPE html>
<html>
<head>
<title>{% block title %}{% endblock %}</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="{{ urlroot|e }}/style.css">
<link rel="icon" type="image/vnd.microsoft.icon" href="{{ urlroot|e }}/favicon.ico">
{% block header %}{% endblock %}