summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-05-28 21:01:34 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-05-28 21:01:34 -0400
commitdaad5a9fbd34cc7e07be511654085e57b03de9b4 (patch)
treec9af551161e0b876b2121dd6741abe8ef28538b6
parent12a7c074a2109e63c348dce107470bc2371b0a2e (diff)
downloadpython-coveragepy-git-daad5a9fbd34cc7e07be511654085e57b03de9b4.tar.gz
Fiddle (unsuccessfully) with removing extra whitespace.
-rw-r--r--doc/_templates/px/layout.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/_templates/px/layout.html b/doc/_templates/px/layout.html
index 4750f748..4bcebd25 100644
--- a/doc/_templates/px/layout.html
+++ b/doc/_templates/px/layout.html
@@ -3,9 +3,7 @@
{%- endblock %}
<page title='{{ title|striptags }}'>
-
-{%- block document %}
- {% block body %} {% endblock %}
+{% block document -%}
+ {%- block body %} {% endblock -%}
{%- endblock %}
-
</page>