From 8b6efffd5afc11c761eaa565078ff9341aeab608 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Tue, 19 May 2015 18:27:55 +0200 Subject: [PATCH] Fix the rendering of deprecation log messages --- .../WebProfilerBundle/Resources/views/Collector/logger.html.twig | 1 + 1 file changed, 1 insertion(+) 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 72790ccc75..d96763f34d 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/logger.html.twig +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/logger.html.twig @@ -112,6 +112,7 @@ {% macro display_message(log_index, log, is_deprecation) %} {% if is_deprecation %} {% set stack = log.context.stack|default([]) %} + {% set id = 'sf-call-stack-' ~ log_index %} {% if stack %}