html: correct bad markup on link-list-cell (#86666)
gitea/combo/pipeline/head This commit looks good Details

This commit is contained in:
Thomas Jund 2024-02-07 10:38:13 +01:00 committed by Thomas Jund
parent ec57e7c060
commit 51d327d72e
1 changed files with 1 additions and 1 deletions

View File

@ -31,8 +31,8 @@
<a href="{{ link.url }}">{{ link.title }}</a>
{% endif %}</li>
{% endfor %}
</ul>
{% endif %}
</ul>
</div>
{% endspaceless %}
{% endblock %}