summaryrefslogtreecommitdiff
path: root/sphinx/themes/basic/layout.html
diff options
context:
space:
mode:
authorJellby <jellby@yahoo.com>2016-02-08 20:31:52 +0100
committerJellby <jellby@yahoo.com>2016-02-08 20:34:15 +0100
commit4aaccc7fd96a9a67d5ee38b7d343fe06624d9afd (patch)
treed6df12d732717fd6dfabf89095bba1a3984412aa /sphinx/themes/basic/layout.html
parent5d19ea38df17dc91dbb43c70803a677da2c351f3 (diff)
parenteb9c85f4ea70d78370d4c757df013046f85bfff6 (diff)
downloadsphinx-git-4aaccc7fd96a9a67d5ee38b7d343fe06624d9afd.tar.gz
Merge remote-tracking branch 'upstream/master'
Conflicts: tests/test_build_html.py
Diffstat (limited to 'sphinx/themes/basic/layout.html')
-rw-r--r--sphinx/themes/basic/layout.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/themes/basic/layout.html b/sphinx/themes/basic/layout.html
index 4e52c3113..ca856649b 100644
--- a/sphinx/themes/basic/layout.html
+++ b/sphinx/themes/basic/layout.html
@@ -4,7 +4,7 @@
Master layout template for Sphinx themes.
- :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
{%- block doctype -%}
@@ -125,7 +125,7 @@
{%- endfor %}
{%- endmacro %}
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html xmlns="http://www.w3.org/1999/xhtml"{% if language is not none %} lang="{{ language }}"{% endif %}>
<head>
<meta http-equiv="Content-Type" content="text/html; charset={{ encoding }}" />
{{ metatags }}