8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ecd6da commit e33d05fCopy full SHA for e33d05f
src/Symfony/Bundle/TwigBundle/Resources/views/Exception/logs.html.twig
@@ -24,7 +24,7 @@
24
<td>
25
{{ log.message|format_log_message(log.context) }}
26
{% if log.context ?? false %}
27
- <span class="block text-muted prewrap m-t-5">{{ log.context|json_encode(constant('JSON_PRETTY_PRINT') b-or constant('JSON_UNESCAPED_UNICODE') b-or constant('JSON_UNESCAPED_SLASHES')) }}</span>
+ <pre class="text-muted prewrap m-t-5">{{ log.context|json_encode(constant('JSON_PRETTY_PRINT') b-or constant('JSON_UNESCAPED_UNICODE') b-or constant('JSON_UNESCAPED_SLASHES')) }}</pre>
28
{% endif %}
29
</td>
30
</tr>
0 commit comments