Remove unwanted whitespace in default template

This commit is contained in:
Jellby
2017-06-05 12:02:28 +02:00
committed by Takeshi KOMIYA
parent 9f1fca055f
commit 42bcaa8784

View File

@@ -125,16 +125,16 @@
{%- else %}
<meta http-equiv="Content-Type" content="text/html; charset={{ encoding }}" />
{%- endif %}
{{ metatags }}
{{- metatags }}
{%- block htmltitle %}
<title>{{ title|striptags|e }}{{ titlesuffix }}</title>
{%- endblock %}
{%- block csss %}
{{ css() }}
{{- css() }}
{%- endblock %}
{%- if not embedded %}
{%- block scripts %}
{{ script() }}
{{- script() }}
{%- endblock %}
{%- if use_opensearch %}
<link rel="search" type="application/opensearchdescription+xml"