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 4c9d0f4 commit 7f07000Copy full SHA for 7f07000
src/views/log.blade.php
@@ -79,7 +79,7 @@
79
<br />{{{$log['in_file']}}}
80
@endif
81
@if ($log['stack'])
82
- <div class="stack" id="stack{{{$key}}}" style="display: none; white-space: pre-wrap;">{{ trim($log['stack']) }}</div>
+ <div class="stack" id="stack{{{$key}}}" style="display: none; white-space: pre-wrap;">{{{ trim($log['stack']) }}}</div>
83
84
</td>
85
</tr>
0 commit comments