From 85b67e83bf854c7a708f5318bf04efd4b598d8ed Mon Sep 17 00:00:00 2001 From: Stefan Doorn Date: Fri, 23 Jun 2017 17:20:57 +0200 Subject: [PATCH] Add default alt text to images on product show page --- .../ShopBundle/Resources/views/Product/Show/_images.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Sylius/Bundle/ShopBundle/Resources/views/Product/Show/_images.html.twig b/src/Sylius/Bundle/ShopBundle/Resources/views/Product/Show/_images.html.twig index d7797728e9..4b37957dc6 100644 --- a/src/Sylius/Bundle/ShopBundle/Resources/views/Product/Show/_images.html.twig +++ b/src/Sylius/Bundle/ShopBundle/Resources/views/Product/Show/_images.html.twig @@ -13,7 +13,7 @@
- + {{ product.name }} {% if product.images|length > 1 %}
@@ -28,7 +28,7 @@ {% include '@SyliusShop/Product/Show/_imageVariants.html.twig' %} {% endif %} - + {{ product.name }} {% endfor %}