summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2021-09-07 11:32:48 +0200
committerStefan Kügel <skuegel@web.de>2021-09-07 11:32:48 +0200
commitd993951b58644a61877c01a3b123c706a8275add (patch)
tree76f859325e69d9a6885f8e7fffb2552161edcb60
parentabe51cb3eabcdec0fe60f2b7102d1b2a7070251f (diff)
downloadanastasis-www-d993951b58644a61877c01a3b123c706a8275add.tar.gz
anastasis-www-d993951b58644a61877c01a3b123c706a8275add.tar.bz2
anastasis-www-d993951b58644a61877c01a3b123c706a8275add.zip
Added space into first paragraph
-rw-r--r--template/index.html.j23
1 files changed, 1 insertions, 2 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2
index be9cafc..0c36da5 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -25,8 +25,7 @@
<div class="container">
<div class="inncontentPanel">
<h3>{% trans %}Benefits of Anastasis{% endtrans %}</h3>
- <p>{% trans %}Anastasis is a key recovery system that allows the user to securely deposit shares of a core secret with an open set of escrow providers, to recover it if the secret is lost. The core secret itself is protected from the escrow providers by giving each provider only part of the information, and additionally by encrypting it with an identity-based key unknown to the providers.{% endtrans %}
- {% trans %}Anastasis is a <a href="https://www.gnu.org/">GNU</a> package.{% endtrans %}</p>
+ <p>{% trans %}Anastasis is a key recovery system that allows the user to securely deposit shares of a core secret with an open set of escrow providers, to recover it if the secret is lost. The core secret itself is protected from the escrow providers by giving each provider only part of the information, and additionally by encrypting it with an identity-based key unknown to the providers.{% endtrans %} {% trans %}Anastasis is a <a href="https://www.gnu.org/">GNU</a> package.{% endtrans %}</p>
</div>
</div>
</section>