From d3a627c3021a6dd3a375eea2df4306672a06f808 Mon Sep 17 00:00:00 2001 From: Martin Yde Granath Date: Fri, 6 Oct 2017 09:52:06 +0200 Subject: [PATCH] SUPPORT-1261: Added a tags to mail filter --- modules/loop_notification/loop_notification.features.filter.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/loop_notification/loop_notification.features.filter.inc b/modules/loop_notification/loop_notification.features.filter.inc index d0078687..dffedae6 100644 --- a/modules/loop_notification/loop_notification.features.filter.inc +++ b/modules/loop_notification/loop_notification.features.filter.inc @@ -22,7 +22,7 @@ function loop_notification_filter_default_formats() { 'weight' => -10, 'status' => 1, 'settings' => array( - 'allowed_html' => '


', + 'allowed_html' => '


', 'filter_html_help' => 0, 'filter_html_nofollow' => 0, ),