Merge pull request #2396 from ionelmc/patch-2

Fix something I don't understand
This commit is contained in:
Takeshi KOMIYA 2016-04-10 20:50:16 +09:00
commit 84160b3570

View File

@ -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>