commit f48fb172013dd79827898edc635834a83b31fac4
parent 592850e144e38520fb166ee490c25b0283257d16
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 30 Jan 2017 11:56:53 +0100
add doctype, capitzlize utf-8 in charset
Diffstat:
10 files changed, 32 insertions(+), 17 deletions(-)
diff --git a/about.html.j2 b/about.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") }} - {{ _("About us") }}</title>
<meta name="description" content="">
<!--# include file="common/header.{{ _("en") }}.inc" -->
diff --git a/citizens.html.j2 b/citizens.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") }} - {{ _("Citizens") }}</title>
<meta name="description" content="">
<!--# include file="common/header.{{ _("en") }}.inc" -->
diff --git a/common/footer.inc.j2 b/common/footer.inc.j2
@@ -1,5 +1,5 @@
<div class="footer">
- <p>© <a href="https://gnunet.org/ev">GNUnet e.V.</a> and Inria 2015, 2016</p>
+ <p>© <a href="https://gnunet.org/ev">GNUnet e.V.</a> and Inria 2015, 2016, 2017</p>
<p>{{ _("This page was created using <a href='https://www.gnu.org/'>Free Software</a> only.") }}</p>
</div>
<script type="text/javascript">//<![CDATA[
diff --git 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" -->
diff --git a/governments.html.j2 b/governments.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") }} - {{ _("Governments") }}</title>
<meta name="description" content="">
<!--# include file="common/header.{{ _("en") }}.inc" -->
diff --git a/index.html.j2 b/index.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") }}</title>
<meta name="description" content="Anonymous electronic payments for civil society">
<!--# include file="common/header.{{ _("en") }}.inc" -->
diff --git 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" -->
diff --git a/merchants.html.j2 b/merchants.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") }} - {{ _("Merchants") }}</title>
<meta name="description" content="">
<!--# include file="common/header.{{ _("en") }}.inc" -->
diff --git a/news.html.j2 b/news.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") }} - {{ _("News") }}</title>
<meta name="description" content="">
<!--# include file="common/header.{{ _("en") }}.inc" -->
diff --git 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" -->