gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-www] branch master updated: add doctype, capitzlize


From: gnunet
Subject: [GNUnet-SVN] [taler-www] branch master updated: add doctype, capitzlize utf-8 in charset
Date: Mon, 30 Jan 2017 11:56:47 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new f48fb17  add doctype, capitzlize utf-8 in charset
f48fb17 is described below

commit f48fb172013dd79827898edc635834a83b31fac4
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Jan 30 11:56:53 2017 +0100

    add doctype, capitzlize utf-8 in charset
---
 about.html.j2        | 6 ++++--
 citizens.html.j2     | 6 ++++--
 common/footer.inc.j2 | 2 +-
 developers.html.j2   | 3 ++-
 governments.html.j2  | 6 ++++--
 index.html.j2        | 6 ++++--
 investors.html.j2    | 6 ++++--
 merchants.html.j2    | 6 ++++--
 news.html.j2         | 6 ++++--
 wallet.html.j2       | 2 +-
 10 files changed, 32 insertions(+), 17 deletions(-)

diff --git a/about.html.j2 b/about.html.j2
index 335d213..0be7bd0 100644
--- 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
index 77212e9..ef9232a 100644
--- 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
index 6320e0d..cc96baa 100644
--- a/common/footer.inc.j2
+++ b/common/footer.inc.j2
@@ -1,5 +1,5 @@
       <div class="footer">
-        <p>&copy; <a href="https://gnunet.org/ev";>GNUnet e.V.</a> and Inria 
2015, 2016</p>
+        <p>&copy; <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
index 02e6bea..4563291 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" -->
diff --git a/governments.html.j2 b/governments.html.j2
index 83f244c..7dfd097 100644
--- 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
index 5f95a3c..8fe8510 100644
--- 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
index 1dffdb8..075c27f 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" -->
diff --git a/merchants.html.j2 b/merchants.html.j2
index f1ed4e3..4c23c67 100644
--- 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
index 54dc6f4..0378f1f 100644
--- 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
index 7045e64..aea86b4 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" -->

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]