[WebProfilerBundle] fixed typo

This commit is contained in:
Fabien Potencier 2012-10-13 16:00:17 +02:00
parent a3b3c287cd
commit 289e71dbe9

View File

@ -136,7 +136,7 @@
<h2>Flashes</h2>
{% if collector.flashes|length %}
{% include '@WebProfilerBundle/Profiler/table.html.twig' with { 'data': collector.flashes } only %}
{% include '@WebProfiler/Profiler/table.html.twig' with { 'data': collector.flashes } only %}
{% else %}
<p>
<em>No flashes</em>