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:
authorRoland Meister <Roland Meister@localhost>2013-01-05 01:13:26 +0400
committerRoland Meister <Roland Meister@localhost>2013-01-05 01:13:26 +0400
commit4370896aea063b9abb539d4861c25aee3deb8b9e (patch)
tree373d8f6ba18226692f1d9b095905c650c97f61b4 /sphinx/themes/scrolls/layout.html
parentae9afab1fcd3fc0ba2b6f049f87df261f168d2f2 (diff)
Whitespace cleanup in jinja templates
This change removes odd-looking empty lines before the doctype declaration in HTML files created by jinja templates.
Diffstat (limited to 'sphinx/themes/scrolls/layout.html')
-rw-r--r--sphinx/themes/scrolls/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/themes/scrolls/layout.html b/sphinx/themes/scrolls/layout.html
index 13e46015c..97f7ca1db 100644
--- a/sphinx/themes/scrolls/layout.html
+++ b/sphinx/themes/scrolls/layout.html
@@ -8,7 +8,7 @@
:copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
-{% extends "basic/layout.html" %}
+{%- extends "basic/layout.html" %}
{% set script_files = script_files + ['_static/theme_extras.js'] %}
{% set css_files = css_files + ['_static/print.css'] %}
{# do not display relbars #}