Add test for footer

[MAILPOET-2086]
This commit is contained in:
Rostislav Wolny
2019-05-16 16:13:06 +02:00
committed by M. Shull
parent 28c87b746c
commit 5055c53e2b
2 changed files with 55 additions and 2 deletions

View File

@@ -34,8 +34,7 @@ class Footer {
$style = EHelper::escapeHtmlStyleAttr($style);
$template = '
<tr>
<td class="mailpoet_header_footer_padded mailpoet_footer" ' . $background_color . '
style="' . $style . '">
<td class="mailpoet_header_footer_padded mailpoet_footer" ' . $background_color . ' style="' . $style . '">
' . str_replace('&', '&amp;', $DOM->html()) . '
</td>
</tr>';