diff options
Diffstat (limited to 'theme/templates/ebook/layout.html')
-rw-r--r-- | theme/templates/ebook/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/ebook/layout.html b/theme/templates/ebook/layout.html index 76efdf6..ba969cb 100644 --- a/theme/templates/ebook/layout.html +++ b/theme/templates/ebook/layout.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML> -<html lang="en-US" {% block htmlTag %}{% endblock %}> +<html lang="{{ language }}" {% block htmlTag %}{% endblock %}> {{ htmlSnippet("html:start")|default("") }} <head> {{ htmlSnippet("head:start")|default("") }} |