remove deprecated t-raw

This commit is contained in:
snt 2024-09-06 19:44:31 +02:00
parent 5fb83c78b5
commit 53139b68b1

View file

@ -8,7 +8,7 @@
> >
<xpath expr="//a[@t-field='product.name']" position="after"> <xpath expr="//a[@t-field='product.name']" position="after">
<div t-if="product.website_description_limited" class="product-website-description"> <div t-if="product.website_description_limited" class="product-website-description">
<t t-raw="product.website_description_limited"/> <t t-out="product.website_description_limited"/>
</div> </div>
</xpath> </xpath>
</template> </template>