Skip to content
Snippets Groups Projects
Commit 780c8571 authored by Hugo Adan's avatar Hugo Adan Committed by fw-bot
Browse files

[FIX] mail: use correct template attribute


Custom CSS should be in style attribute

Closes odoo/odoo#37638

closes odoo/odoo#37707

X-original-commit: c1254cca
Signed-off-by: default avatarMartin Trigaux (mat) <mat@odoo.com>
parent e153047d
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@
<li><t t-esc="tracking[0]"/>: <t t-esc="tracking[1]"/> -&gt; <t t-esc="tracking[2]"/></li>
</t>
</ul>
<div t-if="signature" t-raw="signature" class="font-size: 13px;"/>
<div t-if="signature" t-raw="signature" style="font-size: 13px;"/>
<p style="color: #555555; margin-top:32px;">
Sent
<span t-if="company.name">
......
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