summaryrefslogtreecommitdiff
path: root/developers.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 /developers.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 'developers.html.j2')
-rw-r--r--developers.html.j23
1 files changed, 2 insertions, 1 deletions
diff --git a/developers.html.j2 b/developers.html.j2
index 02e6beae..45632912 100644
--- a/developers.html.j2
+++ b/developers.html.j2
@@ -1,5 +1,6 @@
+<!DOCTYPE html>
<html lang="{{ _('en') }}"><head>
- <meta charset="utf-8">
+ <meta charset="UTF-8">
<title>{{ _("GNU Taler") }} - {{ _("Developers") }}</title>
<meta name="description" content="">
<!--# include file="common/header.{{ _("en") }}.inc" -->