Add test for footer
[MAILPOET-2086]
This commit is contained in:
committed by
M. Shull
parent
28c87b746c
commit
5055c53e2b
@@ -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('&', '&', $DOM->html()) . '
|
||||
</td>
|
||||
</tr>';
|
||||
|
Reference in New Issue
Block a user