mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Seems that e6a5a3a92e forgot to update this file.
This commit is contained in:
committed by
Takeshi KOMIYA
parent
9df7783ba2
commit
062a9f935e
@@ -37,7 +37,7 @@
|
||||
<table style="width: 100%" class="indextable"><tr>
|
||||
{%- for column in entries|slice(2) if column %}
|
||||
<td style="width: 33%" valign="top"><dl>
|
||||
{%- for entryname, (links, subitems) in column %}
|
||||
{%- for entryname, (links, subitems, _) in column %}
|
||||
{{ indexentries(entryname, links) }}
|
||||
{%- if subitems %}
|
||||
<dd><dl>
|
||||
|
||||
Reference in New Issue
Block a user