diff --git a/Resources/views/webprofiler.html.twig b/Resources/views/webprofiler.html.twig index 08e4d60d..899ea500 100644 --- a/Resources/views/webprofiler.html.twig +++ b/Resources/views/webprofiler.html.twig @@ -117,7 +117,7 @@ ↓ {{ pluginNames[idx-1] }} ↑ - {% if failureStack[idx] %} + {% if failureStack[idx-1] %} {% endif %} @@ -130,7 +130,11 @@ {% if loop.last %} ⟶ HTTP client - ↑ + ↑ + {% if failureStack[idx-1] %} + + {% endif %} + {% endif %} {% endfor %}