]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blobdiff - wradmin/templates/master.html
Mention charset and language in HTML metadata.
[philipp/winterrodeln/wradmin.git] / wradmin / templates / master.html
index 76e7fc5b642ca8dee6bafa8baf1361b996f77b39..9d8275dcef27d31ed6ce3b93a2e76d1bf298365c 100644 (file)
@@ -1,8 +1,9 @@
 <!doctype html>
-<html>
+<html lang="de">
 
 <head>
     {% block head %}
+    <meta charset="utf-8" />
     <title>{% block title %}{% endblock %}</title>
     <meta content="text/html; charset=UTF-8" http-equiv="content-type" />
     <meta name="robots" content="noindex, nofollow" />