summaryrefslogtreecommitdiff
path: root/investors.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-30 11:56:53 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-30 11:56:53 +0100
commitf48fb172013dd79827898edc635834a83b31fac4 (patch)
tree2226d5174678c46d983f01eed6a946efa2baf455 /investors.html.j2
parent592850e144e38520fb166ee490c25b0283257d16 (diff)
downloadwww-f48fb172013dd79827898edc635834a83b31fac4.tar.gz
www-f48fb172013dd79827898edc635834a83b31fac4.tar.bz2
www-f48fb172013dd79827898edc635834a83b31fac4.zip
add doctype, capitzlize utf-8 in charset
Diffstat (limited to 'investors.html.j2')
-rw-r--r--investors.html.j26
1 files changed, 4 insertions, 2 deletions
diff --git a/investors.html.j2 b/investors.html.j2
index 1dffdb89..075c27f5 100644
--- a/investors.html.j2
+++ b/investors.html.j2
@@ -1,5 +1,7 @@
-<html lang="{{ _('en') }}"><head>
- <meta charset="utf-8">
+<!DOCTYPE html>
+<html lang="{{ _('en') }}">
+ <head>
+ <meta charset="UTF-8">
<title>{{ _("GNU Taler") }} - {{ _("Investors") }}</title>
<meta name="description" content="">
<!--# include file="common/header.{{ _("en") }}.inc" -->