We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b43ee7 commit 8027a4eCopy full SHA for 8027a4e
templates/disco.twig
@@ -50,7 +50,7 @@
50
<a class="metaentry{% if entity == faventry %} favourite{% endif %}"
51
href="{{ entity.actionUrl }}">{{ entity|entityDisplayName }}
52
{% if entity.iconUrl is defined %}
53
- <img alt="Icon for identity provider" class="entryicon" src="{{ entity.iconUrl}}" loading="lazy">
+ <img alt="Icon for identity provider" class="entryicon" src="{{ entity.iconUrl }}" loading="lazy">
54
{% endif %}
55
</a>
56
{% endfor %}
0 commit comments