[VarDumper] Minor fix for the uniformity

This commit is contained in:
SofHad 2014-12-23 21:22:44 +01:00 committed by Nicolas Grekas
parent b0d73f3765
commit 7d02e4838b

View File

@ -69,6 +69,7 @@
}
</style>
{% if collector.dumpsCount %}
<ul class="alt">
{% for dump in collector.getDumps('html') %}
<li class="sf-dump sf-reset">
@ -93,4 +94,9 @@
</li>
{% endfor %}
</ul>
{% else %}
<p>
<em>No dumped variable</em>
</p>
{% endif %}
{% endblock %}