Skip to content

Commit

Permalink
Update log.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre committed Feb 27, 2015
1 parent 2b484e6 commit 2cfcb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/log.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<br />{{{$log['in_file']}}}
@endif
@if ($log['stack'])
<div class="stack" id="stack{{{$key}}}" style="display: none;">{{ nl2br(e($log['stack'])) }}</div>
<div class="stack" id="stack{{{$key}}}" style="display: none; white-space: pre;">{{ trim($log['stack']) }}</div>
@endif
</td>
</tr>
Expand Down

0 comments on commit 2cfcb7c

Please sign in to comment.