Skip to content

Commit 8027a4e

Browse files
authored
Add space
1 parent 7b43ee7 commit 8027a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/disco.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<a class="metaentry{% if entity == faventry %} favourite{% endif %}"
5151
href="{{ entity.actionUrl }}">{{ entity|entityDisplayName }}
5252
{% if entity.iconUrl is defined %}
53-
<img alt="Icon for identity provider" class="entryicon" src="{{ entity.iconUrl}}" loading="lazy">
53+
<img alt="Icon for identity provider" class="entryicon" src="{{ entity.iconUrl }}" loading="lazy">
5454
{% endif %}
5555
</a>
5656
{% endfor %}

0 commit comments

Comments
 (0)