Skip to content

Commit

Permalink
Modied EC-CUBE#5058 の方針に従って、サムネイルのaltを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
carkn committed Nov 26, 2021
1 parent 3d43c4c commit 7581133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Eccube/Resource/template/default/Product/detail.twig
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ file that was distributed with this source code.
</div>
<div class="item_nav">
{% for ProductImage in Product.ProductImage %}
<div class="slideThumb" data-index="{{ loop.index0 }}"><img src="{{ asset(ProductImage, 'save_image') }}" alt="{{Product.name}}" width="133" height="133" loading="lazy"></div>
<div class="slideThumb" data-index="{{ loop.index0 }}"><img src="{{ asset(ProductImage, 'save_image') }}" alt="" width="133" height="133" loading="lazy"></div>
{% endfor %}
</div>
</div>
Expand Down

0 comments on commit 7581133

Please sign in to comment.