Skip to content

Commit c31ec89

Browse files
committed
Removed div tag from email template
1 parent d3488b7 commit c31ec89

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/bundle/Resources/views/themes/admin/ui/mail/base_mail_template.html.twig

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,11 @@
8989

9090
{%- block mail_footer -%}
9191
{% set line %}
92-
<div style="width: 100%; height: 1px; background: #e0e0e0;"></div>
92+
<table cellpadding="0" cellspacing="0" border="0" style="width: 100%; height: 1px; background: #e0e0e0;">
93+
<tr>
94+
<td></td>
95+
</tr>
96+
</table>
9397
{% endset %}
9498
{% set content %}
9599
{%- block mail_footer_content -%}{%- endblock mail_footer_content -%}

0 commit comments

Comments
 (0)