mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
commit
211f6c67de
@ -120,7 +120,7 @@
|
|||||||
<html xmlns="http://www.w3.org/1999/xhtml"{% if language is not none %} lang="{{ language }}"{% endif %}>
|
<html xmlns="http://www.w3.org/1999/xhtml"{% if language is not none %} lang="{{ language }}"{% endif %}>
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
<head>
|
<head>
|
||||||
{%- if use_meta_charset %}
|
{%- if use_meta_charset or html5_doctype %}
|
||||||
<meta charset="{{ encoding }}" />
|
<meta charset="{{ encoding }}" />
|
||||||
{%- else %}
|
{%- else %}
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset={{ encoding }}" />
|
<meta http-equiv="Content-Type" content="text/html; charset={{ encoding }}" />
|
||||||
|
Loading…
Reference in New Issue
Block a user