[FrameworkBundle] fixed typo

This commit is contained in:
Fabien Potencier 2011-04-26 18:27:51 +02:00
parent 94bbdff8c0
commit 28aa8e729a

View File

@ -20,7 +20,7 @@
</div>
{% set previous_count = exception.allPrevious|length %}
{% if previous_count|length %}
{% if previous_count %}
<div class="linked"><span><strong>{{ previous_count }}</strong> linked Exception{{ previous_count > 1 ? 's' : '' }}:</span>
<ul>
{% for i, previous in exception.allPrevious %}