Skip to content

Commit e341436

Browse files
committed
a11y: #5176 add language of page to print templates
1 parent 4bde358 commit e341436

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/themes/OLH/templates/journal/print.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% load static %}
22
{% load hooks %}
33
{% load i18n %}
4-
<html>
4+
<html lang="{{ request.current_language }}">
55

66
<head>
77
<title>

src/themes/clean/templates/journal/print.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% load static %}
22
{% load hooks %}
33
{% load i18n %}
4-
<html>
4+
<html lang="{{ request.current_language }}">
55
<head>
66
<title>
77
{% include "common/elements/journal/article_title.html" %}

0 commit comments

Comments
 (0)