mirror of
https://github.com/filp/whoops.git
synced 2026-08-31 04:27:52 +00:00
Improve spacing of namespace in exception name
This commit is contained in:
@@ -262,7 +262,7 @@
|
||||
<?php if($i == count($v->name) - 1): ?>
|
||||
<span class="exc-title-primary"><?php echo $e($nameSection) ?></span>
|
||||
<?php else: ?>
|
||||
<?php echo $e($nameSection) . '\\' ?>
|
||||
<?php echo $e($nameSection) . ' \\' ?>
|
||||
<?php endif ?>
|
||||
<?php endforeach ?>
|
||||
</h3>
|
||||
|
||||
Reference in New Issue
Block a user