From 883fef147e28bb42f94cb3d5e9fc4be17d8c2a4c Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 9 Mar 2008 10:40:27 +0000 Subject: [PATCH] Add missing endblock directives. --- sphinx/templates/layout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sphinx/templates/layout.html b/sphinx/templates/layout.html index 97c098105..756dcec62 100644 --- a/sphinx/templates/layout.html +++ b/sphinx/templates/layout.html @@ -150,7 +150,7 @@ {%- block bottomrelbar %} {{ relbar }} {%- endblock %} -{%- block beforefooter %} +{%- block beforefooter %}{% endblock %} {%- block footer %} {%- endblock %} -{%- block afterfooter %} +{%- block afterfooter %}{% endblock %}