summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-10-10 11:54:24 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-10-10 11:54:24 +0200
commitb0bb8856c7a39de935858865883487f9a2426254 (patch)
treefe6ab46517f622a3e90adb32ab7ff719f3b047ce
parent5044d07865354927051500745aa523466203bbb4 (diff)
downloadtaler-merchant-demos-b0bb8856c7a39de935858865883487f9a2426254.tar.gz
taler-merchant-demos-b0bb8856c7a39de935858865883487f9a2426254.tar.bz2
taler-merchant-demos-b0bb8856c7a39de935858865883487f9a2426254.zip
add lang-attribute to html header
-rw-r--r--talermerchantdemos/templates/common-base.html.j22
1 files changed, 1 insertions, 1 deletions
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') }}" />