summaryrefslogtreecommitdiff
path: root/doc/_templates
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-14 21:33:30 +0100
committerGeorg Brandl <georg@python.org>2010-01-14 21:33:30 +0100
commit2fff5a30f797d70ed11b649d65ee51c9e9b31dc6 (patch)
tree3c42333d487c7af217e0e995473ce4051038a425 /doc/_templates
parent05b64ba9052add8022826432890b7f44ba28777d (diff)
downloadsphinx-2fff5a30f797d70ed11b649d65ee51c9e9b31dc6.tar.gz
Fix style inconsistency.
Diffstat (limited to 'doc/_templates')
-rw-r--r--doc/_templates/layout.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
index 60d217df..6e609e1a 100644
--- a/doc/_templates/layout.html
+++ b/doc/_templates/layout.html
@@ -12,7 +12,8 @@
{% block rootrellink %}
<li><a href="{{ pathto('index') }}">Sphinx home</a>&nbsp;|&nbsp;</li>
- <li><a href="{{ pathto('contents') }}">Documentation</a>&raquo;</li>
+ <li><a href="{{ pathto('contents') }}">Documentation</a>
+ &raquo;</li>
{% endblock %}
{% block header %}