Skip to content

Commit 7f07000

Browse files
committed
Update log.blade.php
#27
1 parent 4c9d0f4 commit 7f07000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/log.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<br />{{{$log['in_file']}}}
8080
@endif
8181
@if ($log['stack'])
82-
<div class="stack" id="stack{{{$key}}}" style="display: none; white-space: pre-wrap;">{{ trim($log['stack']) }}</div>
82+
<div class="stack" id="stack{{{$key}}}" style="display: none; white-space: pre-wrap;">{{{ trim($log['stack']) }}}</div>
8383
@endif
8484
</td>
8585
</tr>

0 commit comments

Comments
 (0)