Merge pull request #1095 from bangbangda/develop

toolbar cannot be initialized correctly.
This commit is contained in:
Lonnie Ezell 2018-07-08 21:41:15 -05:00 committed by GitHub
commit dfbf09fc5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -237,7 +237,7 @@
<?php foreach ($cookies as $name => $value) : ?>
<tr>
<td><?= $name ?></td>
<td><?= $value ?></td>
<td><?= is_array($value) ? var_dump($value) : $value ?></td>
</tr>
<?php endforeach ?>
</tbody>