Fix alt attributes

This commit is contained in:
Björn Fromme
2018-09-22 12:10:01 +02:00
parent a470fda80f
commit 7d9ae43ee1
3 changed files with 3 additions and 3 deletions
@@ -9,7 +9,7 @@
<div class="teaserbox__image">
<img class="teaserbox__flag"
src="{f:uri.image(src: '{ep:flagiconSource(country: city.country)}')}"
alt="{country: city.country.name}"/>
alt="{city.country.name}"/>
<f:render partial="TeaserImage" arguments="{image: city.teaserImage}"/>
</div>
<div class="teaserbox__main">
@@ -9,7 +9,7 @@
<div class="teaserbox__image">
<img class="teaserbox__flag"
src="{hotel.country.flag}"
alt="{country: hotel.country.name}"/>
alt="{hotel.country.name}"/>
<f:render partial="TeaserImage" arguments="{image: hotel.images.original.0}"/>
</div>
<div class="teaserbox__main">
@@ -7,7 +7,7 @@
<div class="teaserbox__image">
<img class="teaserbox__flag"
src="{hotel.country.flag}"
alt="{country: hotel.country.name}"/>
alt="{hotel.country.name}"/>
<f:render partial="TeaserImage" arguments="{image: hotel.images.original.0}"/>
</div>
<div class="teaserbox__main">