Fixed a html error "Element ul is not closed" in logger.html.twig

This commit is contained in:
Martin Hasoň 2014-06-09 21:13:04 +02:00
parent 3e62ad8e53
commit e3bf86f31c

View File

@ -113,7 +113,9 @@
<li>Called from {{ call.file is defined and call.line is defined ? call.file|format_file(call.line, from) : from|raw }}</li>
{{ index == log.context.stack|length - 1 ? '</ul>' : '' }}
{% if index == log.context.stack|length - 1 %}
</ul>
{% endif %}
{% endfor %}
{% else %}
{{ log.priorityName }} - {{ log.message }}