diff --git a/Resources/views/SingleTask/_list.html.twig b/Resources/views/SingleTask/_list.html.twig index f3f5dfb3f..ccbf69ee8 100644 --- a/Resources/views/SingleTask/_list.html.twig +++ b/Resources/views/SingleTask/_list.html.twig @@ -20,7 +20,7 @@ {{ task.title }} {{ task.type }} {% if person is null %} - {{ task.person }} + {{ task.person}} {% endif %} {% for place in workflow_marked_places(task) %}