[TwigBundle] Right trim plain text traces

This commit is contained in:
Roland Franssen 2018-10-21 11:14:09 +02:00
parent 4d757b5382
commit 11dbd1d40e

View File

@ -21,7 +21,7 @@
<pre class="stacktrace">
{%- filter escape('html') -%}
{{- include('@Twig/Exception/traces.txt.twig', { exception: exception, format: 'html' }, with_context = false) }}
{% endfilter %}
{%- endfilter -%}
</pre>
{% endif %}
</td>