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: add lang-attribute t


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: add lang-attribute to html header
Date: Mon, 10 Oct 2022 11:54:44 +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 b0bb885  add lang-attribute to html header
b0bb885 is described below

commit b0bb8856c7a39de935858865883487f9a2426254
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Mon Oct 10 11:54:24 2022 +0200

    add lang-attribute to html header
---
 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 e697b07..5fc07cb 100644
--- a/talermerchantdemos/templates/common-base.html.j2
+++ b/talermerchantdemos/templates/common-base.html.j2
@@ -15,7 +15,7 @@
   TALER; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
 -->
 
-<html>
+<html lang="{{ getlang() }}">
 <head>
   <title>{{ page_title | default(gettext("GNU Taler Demo")) }}</title>
   <link rel="stylesheet" type="text/css" href="{{ static('pure.css') }}" />

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