Skip to content
Snippets Groups Projects
Commit e57402ff authored by Johannes Kreiner's avatar Johannes Kreiner
Browse files

[TASK] Add proper fallbacks to alt+title attributes

parent 953db08f
No related branches found
No related tags found
No related merge requests found
......@@ -454,7 +454,7 @@
<div class="rounded-circle d-inline-flex ratio-square overflow-hidden border">
<f:if condition="{contact.image}">
<f:then>
<pb:picture image="{contact.image}" width="50c" height="50" alt="{contact.title} {contact.firstName} {contact.lastName}" title="{contact.image.title}"/>
<pb:picture image="{contact.image}" width="50c" height="50" alt="{contact.title} {contact.firstName} {contact.lastName}" title="{contact.title} {contact.firstName} {contact.lastName}"/>
</f:then>
<f:else>
<sg:renderSvg name="fontawesome/solid/user" width="50" height="50"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment