From 68a56aada814a8af80e178e9430b9027c5ad1212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tautvidas=20Sipavi=C4=8Dius?= Date: Tue, 9 Aug 2016 15:33:31 +0300 Subject: [PATCH] Fix default footer to allow toggling bold and italic on sentences --- views/newsletter/editor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/newsletter/editor.html b/views/newsletter/editor.html index e7a8ef5cd9..68c222cab9 100644 --- a/views/newsletter/editor.html +++ b/views/newsletter/editor.html @@ -1027,7 +1027,7 @@ }, }, footer: { - text: '<%= __('Unsubscribe') %> | <%= __('Manage subscription') %>
<%= __('Add your postal address here!') %>', + text: '

<%= __('Unsubscribe') %> | <%= __('Manage subscription') %>
<%= __('Add your postal address here!') %>

', styles: { block: { backgroundColor: 'transparent',