diff options
| author | Georg Brandl <georg@python.org> | 2010-01-14 21:33:30 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-01-14 21:33:30 +0100 |
| commit | 2fff5a30f797d70ed11b649d65ee51c9e9b31dc6 (patch) | |
| tree | 3c42333d487c7af217e0e995473ce4051038a425 /doc/_templates | |
| parent | 05b64ba9052add8022826432890b7f44ba28777d (diff) | |
| download | sphinx-2fff5a30f797d70ed11b649d65ee51c9e9b31dc6.tar.gz | |
Fix style inconsistency.
Diffstat (limited to 'doc/_templates')
| -rw-r--r-- | doc/_templates/layout.html | 3 |
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> | </li> - <li><a href="{{ pathto('contents') }}">Documentation</a>»</li> + <li><a href="{{ pathto('contents') }}">Documentation</a> + »</li> {% endblock %} {% block header %} |
