taler-merchant-demos

Python-based Frontends for the Demonstration Web site
Log | Files | Refs | Submodules | README | LICENSE

commit 93131293318e368f8b211e0a1fba7a067bd81066
parent 5f7144f6896dff0f675f701c6bd8b1b944d426cc
Author: MS <ms@taler.net>
Date:   Mon, 19 Oct 2020 16:15:57 +0200

remove garbage characters

Diffstat:
Mtalermerchantdemos/landing/templates/index.html.j2 | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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>