diff options
author | Helmut Grohne <helmut@subdivi.de> | 2013-05-09 09:20:03 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2013-05-09 09:20:03 +0200 |
commit | 8c73deb776877cd7bc3739577ee24f9cc07a3337 (patch) | |
tree | a2a0a26e6f4f5cb3e88047db27ec4d70d23f23ad | |
parent | 5af1ec9dea69a3efbb5a053e10b3c2ecf3fd7fc7 (diff) | |
download | debian-dedup-8c73deb776877cd7bc3739577ee24f9cc07a3337.tar.gz |
webapp: declare html5 and utf-8
-rw-r--r-- | base.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 %} |