mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[FIX] theme_anelusia: s_product_list broken img
Since PR #641, the url of item 4 was broken. This commit fixes this issue. closes odoo/design-themes#689 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
</xpath>
|
||||
<!-- Item #4 - Img -->
|
||||
<xpath expr="(//img)[4]" position="attributes">
|
||||
<attribute name="src">/web_editor/image_shape/website.s_product_list_default_image_4/web_editor/geometric/geo_square_1g</attribute>
|
||||
<attribute name="src">/web_editor/image_shape/website.s_product_list_default_image_4/web_editor/geometric/geo_square_1.svg</attribute>
|
||||
<attribute name="data-shape">web_editor/geometric/geo_square_1</attribute>
|
||||
<attribute name="data-original-mimetype">image/jpeg</attribute>
|
||||
<attribute name="data-file-name">s_product_4.svg</attribute>
|
||||
|
||||
Reference in New Issue
Block a user