We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fdc241 commit 122103fCopy full SHA for 122103f
sphinx/themes/basic/genindex-single.html
@@ -30,7 +30,8 @@
30
{% set title = _('Index') %}
31
{% block body %}
32
33
-<h1 id="index">{% trans key=key %}Index – {{ key }}{% endtrans %}</h1>
+{# We use ``–`` instead of ``–`` for XHTML compatibility #}
34
+<h1 id="index">{% trans key=key %}Index – {{ key }}{% endtrans %}</h1>
35
36
<table style="width: 100%" class="indextable"><tr>
37
{%- for column in entries|slice(2) if column %}
0 commit comments