Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbramo Bagnara <abramo.bagnara@bugseng.com>2020-06-17 20:03:05 +0300
committerAbramo Bagnara <abramo.bagnara@bugseng.com>2020-06-17 20:03:05 +0300
commit267eeabc008ce7ab1a0034cc9c7ce2eafc52514b (patch)
treec722ac0f2c62b05437933cc67a1d63d58418283e /sphinx/themes
parent66e55a02d125e7b65b211a7cf9b48506195e3bf4 (diff)
Use well-formed XML syntax.
Diffstat (limited to 'sphinx/themes')
-rw-r--r--sphinx/themes/basic/layout.html2
-rw-r--r--sphinx/themes/bizstyle/layout.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/themes/basic/layout.html b/sphinx/themes/basic/layout.html
index 50feffd71..9163a18a2 100644
--- a/sphinx/themes/basic/layout.html
+++ b/sphinx/themes/basic/layout.html
@@ -120,7 +120,7 @@
{%- else %}
<meta http-equiv="Content-Type" content="text/html; charset={{ encoding }}" />
{%- endif %}
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
{{- metatags }}
{%- block htmltitle %}
<title>{{ title|striptags|e }}{{ titlesuffix }}</title>
diff --git a/sphinx/themes/bizstyle/layout.html b/sphinx/themes/bizstyle/layout.html
index c946f8435..603eb2326 100644
--- a/sphinx/themes/bizstyle/layout.html
+++ b/sphinx/themes/bizstyle/layout.html
@@ -20,7 +20,7 @@
{%- endblock %}
{%- block extrahead %}
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
+ <meta name="viewport" content="width=device-width,initial-scale=1.0" />
<!--[if lt IE 9]>
<script src="_static/css3-mediaqueries.js"></script>
<![endif]-->