commit b0bb8856c7a39de935858865883487f9a2426254
parent 5044d07865354927051500745aa523466203bbb4
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Mon, 10 Oct 2022 11:54:24 +0200
add lang-attribute to html header
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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') }}" />