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
commit68ae7f2c548705f8ec44d97f5a399c7317fe7f63 (patch)
tree238d91343abfe81ffecf34d3bd7155c773af7330
parent5ce2da2269645f6c1ff48bfa1fff1c6a530ce788 (diff)
downloadpython-coveragepy-68ae7f2c548705f8ec44d97f5a399c7317fe7f63.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 4750f74..4bcebd2 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>