diff options
| author | Tim Graham <timograham@gmail.com> | 2013-10-10 16:42:30 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-10-10 16:49:20 -0400 |
| commit | 1dae4ac1778f04805c0ed62c8debb13b281ba02b (patch) | |
| tree | 5105833792cc07336de819effb1c9dccdbc0c76e /docs/_theme/djangodocs/layout.html | |
| parent | ca874b2fe6f768bd042b859d7eba622a68e9f9dd (diff) | |
Whitespace cleanup.
* Removed trailing whitespace.
* Added newline to EOF if missing.
* Removed blank lines at EOF.
* Removed some stray tabs.
Diffstat (limited to 'docs/_theme/djangodocs/layout.html')
| -rw-r--r-- | docs/_theme/djangodocs/layout.html | 16 |
1 files changed, 8 insertions, 8 deletions
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 %} - « <a href="{{ prev.link|e }}" title="{{ prev.title|e }}">previous</a> + « <a href="{{ prev.link|e }}" title="{{ prev.title|e }}">previous</a> {{ reldelim2 }} {%- endif %} {%- if parents %} - <a href="{{ parents.0.link|e }}" title="{{ parents.0.title|e }}" accesskey="U">up</a> + <a href="{{ parents.0.link|e }}" title="{{ parents.0.title|e }}" accesskey="U">up</a> {%- else %} - <a title="{{ docstitle }}" href="{{ pathto('index') }}" accesskey="U">up</a> + <a title="{{ docstitle }}" href="{{ pathto('index') }}" accesskey="U">up</a> {%- endif %} {%- if next %} {{ reldelim2 }} @@ -65,13 +65,13 @@ </div> <div class="nav">{{ secondnav() }}</div> </div> - + <div id="bd"> <div id="yui-main"> <div class="yui-b"> <div class="yui-g" id="{{ pagename|replace('/', '-') }}"> {% block body %}{% endblock %} - </div> + </div> </div> </div> {% block sidebarwrapper %} @@ -82,11 +82,11 @@ <h3>Last update:</h3> <p class="topless">{{ last_updated }}</p> {%- endif %} - </div> + </div> {% endif %} {% endblock %} </div> - + <div id="ft"> <div class="nav">{{ secondnav() }}</div> </div> @@ -113,7 +113,7 @@ <ul><li>{{ title }}</li></ul> {% for p in parents %}</li></ul>{% endfor %} </li> - </ul> + </ul> {% endblock %} {# Empty some default blocks out #} |
