Skip to content

Commit 6b8b144

Browse files
ymorocuttiYoann MOROCUTTI
andauthored
fix: Fix invalid curl command shown in profiler (#55)
[php80] Co-authored-by: Yoann MOROCUTTI <Yoann.MOROCUTTI@boursorama.fr>
1 parent acb6623 commit 6b8b144

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Resources/views/Collector/partials/call.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<tbody>
110110
<tr>
111111
<td>
112-
<pre style="white-space: pre-line">{{ call.blackfireCommand | raw }}</pre>
112+
<pre style="white-space: pre-line; word-break: break-word;">{{ call.curlCommand | raw }}</pre>
113113
</td>
114114
</tr>
115115
</tbody>
@@ -124,7 +124,7 @@
124124
<tbody>
125125
<tr>
126126
<td>
127-
<pre style="white-space: pre-line">{{ call.blackfireCommand | raw }}</pre>
127+
<pre style="white-space: pre-line; word-break: break-word;">{{ call.blackfireCommand | raw }}</pre>
128128
</td>
129129
</tr>
130130
</tbody>

0 commit comments

Comments
 (0)