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: minor HTML issues


From: gnunet
Subject: [GNUnet-SVN] [taler-www] branch master updated: minor HTML issues
Date: Mon, 30 Jan 2017 12:02:52 +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 e4f2efd  minor HTML issues
e4f2efd is described below

commit e4f2efd8d7dd3dfc9f03d3c4a32b6a4a5e12b0ac
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Jan 30 12:03:00 2017 +0100

    minor HTML issues
---
 about.html.j2       |  4 ++--
 citizens.html.j2    |  4 ++--
 developers.html.j2  |  7 ++++---
 governments.html.j2 |  4 ++--
 index.html.j2       | 10 +++++-----
 investors.html.j2   |  4 ++--
 merchants.html.j2   |  4 ++--
 news.html.j2        |  4 ++--
 wallet.html.j2      |  4 ++--
 9 files changed, 23 insertions(+), 22 deletions(-)

diff --git a/about.html.j2 b/about.html.j2
index 0be7bd0..846046f 100644
--- a/about.html.j2
+++ b/about.html.j2
@@ -1,9 +1,9 @@
 <!DOCTYPE html>
 <html lang="{{ _('en') }}">
   <head>
-    <meta charset="UTF-8">
+    <meta charset="UTF-8"/>
     <title>{{ _("GNU Taler") }} - {{ _("About us") }}</title>
-    <meta name="description" content="">
+    <meta name="description" content=""/>
       <!--# include file="common/header.{{ _("en") }}.inc" -->
   </head>
   <body>
diff --git a/citizens.html.j2 b/citizens.html.j2
index ef9232a..0f708f8 100644
--- a/citizens.html.j2
+++ b/citizens.html.j2
@@ -1,9 +1,9 @@
 <!DOCTYPE html>
 <html lang="{{ _('en') }}">
   <head>
-    <meta charset="UTF-8">
+    <meta charset="UTF-8"/>
     <title>{{ _("GNU Taler") }} - {{ _("Citizens") }}</title>
-    <meta name="description" content="">
+    <meta name="description" content=""/>
       <!--# include file="common/header.{{ _("en") }}.inc" -->
   </head>
   <body>
diff --git a/developers.html.j2 b/developers.html.j2
index 4563291..899a500 100644
--- a/developers.html.j2
+++ b/developers.html.j2
@@ -1,8 +1,9 @@
 <!DOCTYPE html>
-<html lang="{{ _('en') }}"><head>
-    <meta charset="UTF-8">
+<html lang="{{ _('en') }}">
+  <head>
+    <meta charset="UTF-8"/>
     <title>{{ _("GNU Taler") }} - {{ _("Developers") }}</title>
-    <meta name="description" content="">
+    <meta name="description" content=""/>
       <!--# include file="common/header.{{ _("en") }}.inc" -->
   </head>
   <body>
diff --git a/governments.html.j2 b/governments.html.j2
index 7dfd097..8a924e7 100644
--- a/governments.html.j2
+++ b/governments.html.j2
@@ -1,9 +1,9 @@
 <!DOCTYPE html>
 <html lang="{{ _('en') }}">
   <head>
-    <meta charset="UTF-8">
+    <meta charset="UTF-8"/>
     <title>{{ _("GNU Taler") }} - {{ _("Governments") }}</title>
-    <meta name="description" content="">
+    <meta name="description" content=""/>
       <!--# include file="common/header.{{ _("en") }}.inc" -->
   </head>
   <body>
diff --git a/index.html.j2 b/index.html.j2
index 8fe8510..de8437c 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -1,9 +1,9 @@
 <!DOCTYPE html>
-<html lang="{{ _('en') }} ">
+<html lang="{{ _('en') }}">
   <head>
-    <meta charset="UTF-8">
+    <meta charset="UTF-8"/>
     <title>{{ _("GNU Taler") }}</title>
-    <meta name="description" content="Anonymous electronic payments for civil 
society">
+    <meta name="description" content="Anonymous electronic payments for civil 
society"/>
       <!--# include file="common/header.{{ _("en") }}.inc" -->
   </head>
   <body>
@@ -16,7 +16,7 @@
       <div class="jumbotron">
          <h1>{{ _("Electronic payments for a liberal society!") }}</h1>
         <p>{{ _("Taler is a new electronic payment system under development
-           at <a href='http://www.inria.fr/'>Inria</a>.  Today, this website 
only
+          at <a href=\"http://www.inria.fr/\";>Inria</a>.  Today, this website 
only
            presents the advantages our system is expected to provide.  We 
expect to
            make the payment system operational in 2017.") }}</p>
       </div>
@@ -37,7 +37,7 @@
         </div>
         <div class="col-lg-4">
           <h2>{{ _("Libre") }}</h2>
-         <p>{{ _("Taler is free software from <a 
href='http://www.gnu.org/'>GNU</a> implementing an open protocol.
+         <p>{{ _("Taler is free software from <a 
href=\"http://www.gnu.org/\";>the GNU project</a> implementing an open protocol.
             Anybody is welcome to inspect our code and integrate our reference
             implementation into their applications.") }}</p>
         </div>
diff --git a/investors.html.j2 b/investors.html.j2
index 075c27f..13bd3f6 100644
--- a/investors.html.j2
+++ b/investors.html.j2
@@ -1,9 +1,9 @@
 <!DOCTYPE html>
 <html lang="{{ _('en') }}">
   <head>
-    <meta charset="UTF-8">
+    <meta charset="UTF-8"/>
     <title>{{ _("GNU Taler") }} - {{ _("Investors") }}</title>
-    <meta name="description" content="">
+    <meta name="description" content=""/>
       <!--# include file="common/header.{{ _("en") }}.inc" -->
   </head>
   <body>
diff --git a/merchants.html.j2 b/merchants.html.j2
index 4c23c67..3ad6fe0 100644
--- a/merchants.html.j2
+++ b/merchants.html.j2
@@ -1,9 +1,9 @@
 <!DOCTYPE html>
 <html lang="{{ _('en') }}">
   <head>
-    <meta charset="UTF-8">
+    <meta charset="UTF-8"/>
     <title>{{ _("GNU Taler") }} - {{ _("Merchants") }}</title>
-    <meta name="description" content="">
+    <meta name="description" content=""/>
       <!--# include file="common/header.{{ _("en") }}.inc" -->
   </head>
   <body>
diff --git a/news.html.j2 b/news.html.j2
index 0378f1f..9c029d9 100644
--- a/news.html.j2
+++ b/news.html.j2
@@ -1,9 +1,9 @@
 <!DOCTYPE html>
 <html lang="{{ _('en') }}">
   <head>
-    <meta charset="UTF-8">
+    <meta charset="UTF-8"/>
     <title>{{ _("GNU Taler") }} - {{ _("News") }}</title>
-    <meta name="description" content="">
+    <meta name="description" content=""/>
       <!--# include file="common/header.{{ _("en") }}.inc" -->
   </head>
   <body>
diff --git a/wallet.html.j2 b/wallet.html.j2
index aea86b4..b828091 100644
--- a/wallet.html.j2
+++ b/wallet.html.j2
@@ -1,9 +1,9 @@
 <!DOCTYPE html>
-<html>
+<html lang="{{ _('en') }}">
   <head profile="http://www.w3.org/2005/10/profile";>
     <meta charset="UTF-8"/>
     <title>{{ _("GNU Taler") }} - {{ _("Wallet") }}</title>
-    <meta name="description" content="">
+    <meta name="description" content=""/>
     <!--# include file="common/header.{{ _("en") }}.inc" -->
 
     <link rel="chrome-webstore-item" 
href="https://chrome.google.com/webstore/detail/millncjiddlpgdmkklmhfadpacifaonc";
 />

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



reply via email to

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