gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-merchant-demos] branch master updated: fix syntax issue


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: fix syntax issue
Date: Mon, 10 Oct 2022 12:08:52 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository taler-merchant-demos.

The following commit(s) were added to refs/heads/master by this push:
     new f252552  fix syntax issue
f252552 is described below

commit f252552c7560fd71171089c93221fd7f17a47694
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Mon Oct 10 12:08:47 2022 +0200

    fix syntax issue
---
 talermerchantdemos/templates/blog-index.html.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talermerchantdemos/templates/blog-index.html.j2 
b/talermerchantdemos/templates/blog-index.html.j2
index f556198..bd479cd 100644
--- a/talermerchantdemos/templates/blog-index.html.j2
+++ b/talermerchantdemos/templates/blog-index.html.j2
@@ -23,7 +23,7 @@
     <h2>{{ gettext("Chapters") }} </h2>
     <div>
       {{ gettext("Click on an individual chapter to to purchase it with GNU 
Taler.") }}
-      {{ gettext('You can get free, virtual money to buy articles on this page 
at the <a href="{}")">bank</a>.').format(env('TALER_ENV_URL_BANK')) }}
+      {{ gettext('You can get free, virtual money to buy articles on this page 
at the <a href="{}">bank</a>.').format(env('TALER_ENV_URL_BANK')) }}
     </div>
     <div>
       {% for article in articles %}

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]