Fix alt attributes
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user