summaryrefslogtreecommitdiff
path: root/index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'index.html.j2')
-rw-r--r--index.html.j210
1 files changed, 5 insertions, 5 deletions
diff --git a/index.html.j2 b/index.html.j2
index 8fe8510a..de8437ca 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>