Fix default footer to allow toggling bold and italic on sentences

This commit is contained in:
Tautvidas Sipavičius
2016-08-09 15:33:31 +03:00
parent f744305834
commit 68a56aada8

View File

@@ -1027,7 +1027,7 @@
},
},
footer: {
text: '<a href="[link:subscription_unsubscribe_url]"><%= __('Unsubscribe') %></a> | <a href="[link:subscription_manage_url]"><%= __('Manage subscription') %></a><br /><b><%= __('Add your postal address here!') %></b>',
text: '<p><a href="[link:subscription_unsubscribe_url]"><%= __('Unsubscribe') %></a> | <a href="[link:subscription_manage_url]"><%= __('Manage subscription') %></a><br /><%= __('Add your postal address here!') %></p>',
styles: {
block: {
backgroundColor: 'transparent',