summaryrefslogtreecommitdiff
path: root/wallet.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 /wallet.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 'wallet.html.j2')
-rw-r--r--wallet.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/wallet.html.j2 b/wallet.html.j2
index 7045e64a..aea86b47 100644
--- a/wallet.html.j2
+++ b/wallet.html.j2
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head profile="http://www.w3.org/2005/10/profile">
- <meta charset="utf-8"/>
+ <meta charset="UTF-8"/>
<title>{{ _("GNU Taler") }} - {{ _("Wallet") }}</title>
<meta name="description" content="">
<!--# include file="common/header.{{ _("en") }}.inc" -->