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: missing escaped quot


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: missing escaped quotes
Date: Wed, 16 Jun 2021 22:52:28 +0200

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

sebasjm 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 477142c  missing escaped quotes
477142c is described below

commit 477142cbf7a6dc4f4e2d98051779ae9621837dd6
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Wed Jun 16 17:52:15 2021 -0300

    missing escaped quotes
---
 talermerchantdemos/templates/blog-article-refunded.html.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talermerchantdemos/templates/blog-article-refunded.html.j2 
b/talermerchantdemos/templates/blog-article-refunded.html.j2
index 6a2e139..25b0af8 100644
--- a/talermerchantdemos/templates/blog-article-refunded.html.j2
+++ b/talermerchantdemos/templates/blog-article-refunded.html.j2
@@ -5,7 +5,7 @@
 
 <p>
 {{
-  gettext("Your payment (order ID <tt>{order}<tt>) for the article "{article}" 
has been refunded.").format(order=order_id,article=article_name)
+  gettext("Your payment (order ID <tt>{order}<tt>) for the article 
\"{article}\" has been refunded.").format(order=order_id,article=article_name)
 }}
 </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]