Skip to content

Commit 7cbb5b5

Browse files
committed
very confusing
1 parent 84c540c commit 7cbb5b5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

generator/templates/tables.md.j2

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@
4545
{%- else -%}
4646
<em class="missing-checksum">missing checksum</em>
4747
{%- endif -%}
48-
</td>{% endif %} {% if has_checksum_files %}<td>
48+
</td>{%- endif -%}
49+
{%- if has_checksum_files -%}<td>
4950
{%- for cf in dl.checksum_files -%}
5051
<small><a href="{{ cf.url }}">{{ cf.algo }}</a></small>{% if not loop.last %} {% endif %}
5152
{%- endfor -%}
52-
</td>{% endif %}
53+
</td>{%- endif %}
5354
</tr>
5455
{% endfor %}
5556
{%- endfor -%}

0 commit comments

Comments
 (0)