diff options
author | Julian Andres Klode <jak@debian.org> | 2015-06-10 13:56:12 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2015-06-10 13:59:04 +0200 |
commit | 412b43e873346292543b6401664f4923220f07c1 (patch) | |
tree | ed717a40d03ce398367752963d5690987a1abc98 /doc | |
parent | bcdfdaca4e1e14fec5130ed1ef671e93d89cf624 (diff) | |
download | python-apt-412b43e873346292543b6401664f4923220f07c1.tar.gz |
doc: templates: layout: Fixup last commit
Gbp-Dch: ignore
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/templates/layout.html | 2 |
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 %} |