Update the notification output.
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 8 Oct 2019 19:23:06 +0000 (15:23 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 8 Oct 2019 19:23:06 +0000 (15:23 -0400)
For the message use wpautop function.

views/glmInfoNotifications.html

index fa0532b..c68f105 100644 (file)
@@ -22,7 +22,7 @@
                 <div class="glm-info-message">
                     <div>{$m.updated|strtotime|date_format:$dateFormat}</div>
                     <h2>{$m.title}</h2>
-                    {$m.message}
+                    {$m.message|wpautop}
                 </div>
             {/foreach}
         {else}