Skip to content

Commit

Permalink
webapp: Whitespace fix in maintainer template
Browse files Browse the repository at this point in the history
Discovered by snapshot test
  • Loading branch information
AMDmi3 committed Nov 28, 2024
1 parent 2137c7a commit 8f13a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repology-webapp/templates/maintainer.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h2>Repository activity</h2>
<tr>
<td class="text-right break-word">
<a href="{{ ctx.url_for(crate::endpoints::Endpoint::Repository, [("repository_name", repository.name.as_str())])? }}">
{{ repositories_data.repository_title(repository.name) }}
{{- repositories_data.repository_title(repository.name) -}}
</a>
</td>
<td class="text-center total-cell">
Expand Down

0 comments on commit 8f13a18

Please sign in to comment.