Skip to content

Commit

Permalink
Fix typo (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Oct 7, 2022
1 parent 36e1ca5 commit ab7adf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repologyapp/templates/project-packages.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h3 class="package-name">
</li>
{% endif %}
{% if package.links %}
<li class="list-group-item"><b>Links(s):</b>
<li class="list-group-item"><b>Link(s):</b>
<ul class="list-package-details">
{% for link_type, link_id in package.links %}
{% set link = links[link_id] %}
Expand Down

0 comments on commit ab7adf2

Please sign in to comment.