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 84c540c commit 7cbb5b5Copy full SHA for 7cbb5b5
1 file changed
generator/templates/tables.md.j2
@@ -45,11 +45,12 @@
45
{%- else -%}
46
<em class="missing-checksum">missing checksum</em>
47
{%- endif -%}
48
-</td>{% endif %} {% if has_checksum_files %}<td>
+</td>{%- endif -%}
49
+{%- if has_checksum_files -%}<td>
50
{%- for cf in dl.checksum_files -%}
51
<small><a href="{{ cf.url }}">{{ cf.algo }}</a></small>{% if not loop.last %} {% endif %}
52
{%- endfor -%}
-</td>{% endif %}
53
+</td>{%- endif %}
54
</tr>
55
{% endfor %}
56
0 commit comments