summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-19 16:15:57 +0200
committerMS <ms@taler.net>2020-10-19 16:15:57 +0200
commit93131293318e368f8b211e0a1fba7a067bd81066 (patch)
tree385e46c5c2e65fde07add037bf8e7b50f42139e8
parent5f7144f6896dff0f675f701c6bd8b1b944d426cc (diff)
downloadtaler-merchant-demos-93131293318e368f8b211e0a1fba7a067bd81066.tar.gz
taler-merchant-demos-93131293318e368f8b211e0a1fba7a067bd81066.tar.bz2
taler-merchant-demos-93131293318e368f8b211e0a1fba7a067bd81066.zip
remove garbage characters
-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>