Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Recca Tsai committed Mar 6, 2017
1 parent a02c81c commit 153e895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/DatabasePanel/panel.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<?php if ($query['explains']): ?>
<table class="tracy-collapsed Laravel-DatabasePanel-explain">
<tr>
<?php foreach (array_keys($query['explains'][0]) as $col): ?>
<?php foreach ($query['explains'][0] as $col => $value): ?>
<th><?php echo htmlspecialchars($col, ENT_NOQUOTES, 'UTF-8') ?></th>
<?php endforeach ?>
</tr>
Expand Down

0 comments on commit 153e895

Please sign in to comment.