membershipworks: Fix bad image alt attr when html in event title
This commit is contained in:
parent
a49466a93a
commit
f846bbfcc3
@ -77,7 +77,7 @@
|
||||
{# djlint:off H006 #}
|
||||
<img class="{% cycle 'alignleft' 'alignright' %}"
|
||||
width="400"
|
||||
alt="Image for {{ event.ttl|nh3 }}"
|
||||
alt="Image for {{ event.ttl|nh3:"" }}"
|
||||
src="{{ event.lgo.l }}">
|
||||
{# djlint:on #}
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user