diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2020-06-01 13:24:03 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2020-06-01 13:24:03 +0200 |
commit | 575475205790c839d0339d10a7166f5730b3714d (patch) | |
tree | 910aadf66250456b6304c280642cf1ce2cc2b312 /templates | |
parent | 7abff23bbb7f7e615c9779e2315616fcffe96fd1 (diff) | |
download | rabalderz-575475205790c839d0339d10a7166f5730b3714d.tar.gz rabalderz-575475205790c839d0339d10a7166f5730b3714d.tar.bz2 rabalderz-575475205790c839d0339d10a7166f5730b3714d.zip |
Use uppercase charset name.
Probably means nothing, but no harm either.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index a921ed6..dfd162d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <meta charset="utf-8"> + <meta charset="UTF-8"> <meta name="viewport" content="width=device-width initial-scale=1" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> |