summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2015-06-10 13:56:12 +0200
committerJulian Andres Klode <jak@debian.org>2015-06-10 13:59:04 +0200
commit412b43e873346292543b6401664f4923220f07c1 (patch)
treeed717a40d03ce398367752963d5690987a1abc98 /doc
parentbcdfdaca4e1e14fec5130ed1ef671e93d89cf624 (diff)
downloadpython-apt-412b43e873346292543b6401664f4923220f07c1.tar.gz
doc: templates: layout: Fixup last commit
Gbp-Dch: ignore
Diffstat (limited to 'doc')
-rw-r--r--doc/source/templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/templates/layout.html b/doc/source/templates/layout.html
index cf8748a3..04a3e0d4 100644
--- a/doc/source/templates/layout.html
+++ b/doc/source/templates/layout.html
@@ -1,4 +1,4 @@
{% extends "!layout.html" %}
{% block rootrellink %}
- <li><a href="{{ pathto('index') }}">{{ shorttitle }}XX</a>{{ reldelim1 }}</li>
+ <li><a href="{{ pathto('index') }}">{{ shorttitle }}</a>{{ reldelim1 }}</li>
{% endblock %}