From 4450037c850abe0c1b4e8494de83750fda54f8d2 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 8 Oct 2019 15:23:06 -0400 Subject: [PATCH] Update the notification output. For the message use wpautop function. --- views/glmInfoNotifications.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/glmInfoNotifications.html b/views/glmInfoNotifications.html index fa0532b..c68f105 100644 --- a/views/glmInfoNotifications.html +++ b/views/glmInfoNotifications.html @@ -22,7 +22,7 @@
{$m.updated|strtotime|date_format:$dateFormat}

{$m.title}

- {$m.message} + {$m.message|wpautop}
{/foreach} {else} -- 2.17.1