8000 Use better HTML code · symfony/symfony@e33d05f · GitHub
[go: up one dir, main page]

Skip to content

Commit e33d05f

Browse files
committed
Use better HTML code
1 parent 3ecd6da commit e33d05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/TwigBundle/Resources/views/Exception/logs.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<td>
2525
{{ log.message|format_log_message(log.context) }}
2626
{% 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>
27+
<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>
2828
{% endif %}
2929
</td>
3030
</tr>

0 commit comments

Comments
 (0)
0