summaryrefslogtreecommitdiff
path: root/sphinx/themes/basic
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-01-15 15:59:48 +0100
committerGeorg Brandl <georg@python.org>2011-01-15 15:59:48 +0100
commit8edcb918b534a3eb16636a35fc33426c7783a761 (patch)
tree6e9d3a775e021a905530979fc14412ee4f9a5066 /sphinx/themes/basic
parent61a0082dd44a6d73d8fa0bab5bb99966daca50c4 (diff)
downloadsphinx-8edcb918b534a3eb16636a35fc33426c7783a761.tar.gz
Make check.
Diffstat (limited to 'sphinx/themes/basic')
-rw-r--r--sphinx/themes/basic/genindex-single.html2
-rw-r--r--sphinx/themes/basic/genindex.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/themes/basic/genindex-single.html b/sphinx/themes/basic/genindex-single.html
index fedd3ea0..eff8c1ce 100644
--- a/sphinx/themes/basic/genindex-single.html
+++ b/sphinx/themes/basic/genindex-single.html
@@ -10,7 +10,7 @@
{% macro indexentries(firstname, links) %}
<dt>
{%- if links -%}
- <a href="{{ links[0][1] }}">
+ <a href="{{ links[0][1] }}">
{%- if links[0][0] %}<strong>{% endif -%}
{{ firstname|e }}
{%- if links[0][0] %}</strong>{% endif -%}
diff --git a/sphinx/themes/basic/genindex.html b/sphinx/themes/basic/genindex.html
index 0cabdc18..7bc002b6 100644
--- a/sphinx/themes/basic/genindex.html
+++ b/sphinx/themes/basic/genindex.html
@@ -10,7 +10,7 @@
{% macro indexentries(firstname, links) %}
<dt>
{%- if links -%}
- <a href="{{ links[0][1] }}">
+ <a href="{{ links[0][1] }}">
{%- if links[0][0] %}<strong>{% endif -%}
{{ firstname|e }}
{%- if links[0][0] %}</strong>{% endif -%}