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 missing closing


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: fix missing closing quote
Date: Wed, 19 Oct 2022 04:53:21 +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 9cd29de  fix missing closing quote
9cd29de is described below

commit 9cd29de6fa70f65828e000ed88c13d11cab45fcb
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Oct 18 23:53:01 2022 -0300

    fix missing closing quote
---
 talermerchantdemos/templates/common-base.html.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talermerchantdemos/templates/common-base.html.j2 
b/talermerchantdemos/templates/common-base.html.j2
index 9129064..c5189ab 100644
--- a/talermerchantdemos/templates/common-base.html.j2
+++ b/talermerchantdemos/templates/common-base.html.j2
@@ -64,7 +64,7 @@
     </script>
 
     {# Language Selector #}
-    <div class="right>
+    <div class="right">
       <button onkeydown="handleLang(event)" onclick="handleLang(event)" 
name="language" value="{{ all_languages[getlang()] | default("en") }}">
         {{ all_languages[getlang()] | default("en") }}
       </button>

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