From daad5a9fbd34cc7e07be511654085e57b03de9b4 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 28 May 2009 21:01:34 -0400 Subject: Fiddle (unsuccessfully) with removing extra whitespace. --- doc/_templates/px/layout.html | 6 ++---- 1 file 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 %} - -{%- block document %} - {% block body %} {% endblock %} +{% block document -%} + {%- block body %} {% endblock -%} {%- endblock %} - -- cgit v1.2.1