Merge pull request #3968 from Blendify/patch-1

Theme: Change for HTML5
This commit is contained in:
Takeshi KOMIYA 2017-07-31 00:52:02 +09:00 committed by GitHub
commit 211f6c67de

View File

@ -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 }}" />