summaryrefslogtreecommitdiff
path: root/talermerchantdemos/landing/templates/index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'talermerchantdemos/landing/templates/index.html.j2')
-rw-r--r--talermerchantdemos/landing/templates/index.html.j26
1 files changed, 3 insertions, 3 deletions
diff --git a/talermerchantdemos/landing/templates/index.html.j2 b/talermerchantdemos/landing/templates/index.html.j2
index f005279..6871e8a 100644
--- a/talermerchantdemos/landing/templates/index.html.j2
+++ b/talermerchantdemos/landing/templates/index.html.j2
@@ -4,13 +4,13 @@
<h2>{{ gettext("Step 1: Install the Taler wallet") }}</h2>
<p>
{{
- gettext('Install the wallet from the <a href="{link}">installation page</a>.').format(link="https://wallet.taler.net/") + "<br>" +
+ gettext('Install the wallet from the <a href=\"{link}\">installation page</a>.').format(link="https://wallet.taler.net/") + "<br>" +
gettext('Installation only takes one click.')
}}
</p>
<p class="graybox">
- {{ gettext('After installation, you may be asked to grant the brower-based Taler wallet additional optional permissions that allow it to improve your user experience.') }} + "<br>" +
- {{ gettext('These permissions will allow the wallet to automatically open if a page asks for a Taler payment.') }} + "<br>" +
+ {{ gettext('After installation, you may be asked to grant the brower-based Taler wallet additional optional permissions that allow it to improve your user experience.') }} <br>
+ {{ gettext('These permissions will allow the wallet to automatically open if a page asks for a Taler payment.') }} <br>
{{ gettext('Regardless of the permissions you grant, the wallet will never transmit information about you or your browsing history to anyone.') }}
</p>
</article>