gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: fix broken quotation


From: gnunet
Subject: [taler-bank] branch master updated: fix broken quotation
Date: Tue, 08 Mar 2022 16:20:44 +0100

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

dold pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 095d763  fix broken quotation
095d763 is described below

commit 095d76345dc0966ed0824c01a10f9c90f59d038f
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Mar 8 16:20:40 2022 +0100

    fix broken quotation
---
 talerbank/app/templates/common_base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/templates/common_base.html 
b/talerbank/app/templates/common_base.html
index 0fe07d1..50b8006 100644
--- a/talerbank/app/templates/common_base.html
+++ b/talerbank/app/templates/common_base.html
@@ -81,7 +81,7 @@
     <hr />
     <div>
       <p>
-        {{gettext("You can learn more about GNU Taler on our <a 
href="{site}">main website</a>.").format(site="https://taler.net/"; + getlang() 
+ "/")}}
+        {{ gettext('You can learn more about GNU Taler on our <a 
href="{site}">main website</a>.').format(site="https://taler.net/"; + getlang() 
+ "/") }}
       </p>
       <div style="flex-grow:1"></div>
       <p>Copyright &copy; 2014&mdash;2022 Taler Systems SA</p>

-- 
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]