]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/commitdiff
Mention charset and language in HTML metadata.
authorPhilipp Spitzer <philipp@spitzer.priv.at>
Sat, 20 Feb 2021 15:45:50 +0000 (16:45 +0100)
committerPhilipp Spitzer <philipp@spitzer.priv.at>
Sun, 21 Feb 2021 10:20:22 +0000 (11:20 +0100)
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" />