8000 Actually use the variable being set · symfony/symfony@9fcbb1e · GitHub
[go: up one dir, main page]

Skip to content

Commit 9fcbb1e

Browse files
committed
Actually use the variable being set
1 parent 0430c77 commit 9fcbb1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/request.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
<h3 class="tab-title">Pretty</h3>
186186
<div class="tab-content">
187187
<div class="card" style="max-height: 500px; overflow-y: auto;">
188-
<pre class="break-long-words">{{ collector.prettyJson }}</pre>
188+
<pre class="break-long-words">{{ prettyJson }}</pre>
189189
</div>
190190
</div>
191191
</div>

0 commit comments

Comments
 (0)
0