Skip to content
Snippets Groups Projects
Commit 0a129f61 authored by Romain Derie's avatar Romain Derie
Browse files

[FIX] website_sale: fix tag mismatch

Commit [1] introduced a mismatch in tags, `<xpath>` is closed with
`</t>`.

[1]: https://github.com/odoo/odoo/commit/85905934c2ad2507cfc6f74428db61ac97a3bc41



closes odoo/odoo#102856

Signed-off-by: default avatarQuentin Smetz (qsm) <qsm@odoo.com>
parent 1b2686ae
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@
</t>
</div>
</div>
</t>
</xpath>
</t>
<t t-name="website_sale.products_table">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment