From 847093a4b0e47092e7c16783e34a570894577f03 Mon Sep 17 00:00:00 2001 From: Fabien Meghazi <fme@openerp.com> Date: Tue, 16 Sep 2014 22:27:52 +0200 Subject: [PATCH] [REM] unused class attribute --- addons/website_sale/views/templates.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/website_sale/views/templates.xml b/addons/website_sale/views/templates.xml index 95e7aada2bcf..ba56b9735389 100644 --- a/addons/website_sale/views/templates.xml +++ b/addons/website_sale/views/templates.xml @@ -374,7 +374,7 @@ <section t-attf-class="container oe_website_sale #{(compute_currency(product.lst_price) - product.price) > 0.1 and 'discount'}" id="product_detail"> <div class="row"> <div class="col-sm-7 col-md-7 col-lg-7"> - <span itemprop="image" class="agr" t-field="product.image" t-field-options='{"widget": "image", "class": "product_detail_img"}'/> + <span itemprop="image" t-field="product.image" t-field-options='{"widget": "image", "class": "product_detail_img"}'/> </div><div class="col-sm-5 col-md-5 col-lg-4 col-lg-offset-1"> <h1 itemprop="name" t-field="product.name">Product Name</h1> <span itemprop="url" style="display:none;" t-esc="'/shop/product/%s' % slug(product)"/> -- GitLab