diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/logger.html.twig b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/logger.html.twig index 8f88c4dfcb..74dda4418b 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/logger.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/logger.html.twig @@ -113,7 +113,9 @@
  • Called from {{ call.file is defined and call.line is defined ? call.file|format_file(call.line, from) : from|raw }}
  • - {{ index == log.context.stack|length - 1 ? '' : '' }} + {% if index == log.context.stack|length - 1 %} + + {% endif %} {% endfor %} {% else %} {{ log.priorityName }} - {{ log.message }}