We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3488b7 commit c31ec89Copy full SHA for c31ec89
src/bundle/Resources/views/themes/admin/ui/mail/base_mail_template.html.twig
@@ -89,7 +89,11 @@
89
90
{%- block mail_footer -%}
91
{% set line %}
92
- <div style="width: 100%; height: 1px; background: #e0e0e0;"></div>
+ <table cellpadding="0" cellspacing="0" border="0" style="width: 100%; height: 1px; background: #e0e0e0;">
93
+ <tr>
94
+ <td></td>
95
+ </tr>
96
+ </table>
97
{% endset %}
98
{% set content %}
99
{%- block mail_footer_content -%}{%- endblock mail_footer_content -%}
0 commit comments