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 %}