From 1dae4ac1778f04805c0ed62c8debb13b281ba02b Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 10 Oct 2013 16:42:30 -0400 Subject: Whitespace cleanup. * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs. --- docs/_theme/djangodocs/layout.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/_theme/djangodocs/layout.html') diff --git a/docs/_theme/djangodocs/layout.html b/docs/_theme/djangodocs/layout.html index ef91dd77a9..fa0b497450 100644 --- a/docs/_theme/djangodocs/layout.html +++ b/docs/_theme/djangodocs/layout.html @@ -2,13 +2,13 @@ {%- macro secondnav() %} {%- if prev %} - « previous + « previous {{ reldelim2 }} {%- endif %} {%- if parents %} - up + up {%- else %} - up + up {%- endif %} {%- if next %} {{ reldelim2 }} @@ -65,13 +65,13 @@ - +
{% block body %}{% endblock %} -
+
{% block sidebarwrapper %} @@ -82,11 +82,11 @@

Last update:

{{ last_updated }}

{%- endif %} - + {% endif %} {% endblock %} - +
@@ -113,7 +113,7 @@ {% for p in parents %}{% endfor %} - + {% endblock %} {# Empty some default blocks out #} -- cgit v1.3