From 5da121d477fa0fbe8efc65cb286ba3204a034290 Mon Sep 17 00:00:00 2001 From: Djamil Legato Date: Mon, 11 Feb 2019 15:51:48 -0800 Subject: [PATCH] Fixed message data --- themes/grav/templates/partials/notification-block.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/grav/templates/partials/notification-block.html.twig b/themes/grav/templates/partials/notification-block.html.twig index be89fd05..032d0efc 100644 --- a/themes/grav/templates/partials/notification-block.html.twig +++ b/themes/grav/templates/partials/notification-block.html.twig @@ -1,3 +1,3 @@ {% for entry in notifications if 'feed' %} -
  • {{ entry.type|capitalize }}{{ e.message|raw }}
  • +
  • {{ entry.type|capitalize }}{{ entry.message|raw }}
  • {% endfor %}