Improve spacing of namespace in exception name

This commit is contained in:
filp
2013-03-13 19:10:47 +00:00
parent 4bed10b7df
commit 4d77e94f63
+1 -1
View File
@@ -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>