Skip to content

Commit a4aedd7

Browse files
committed
Fix missing space
1 parent 95b26fa commit a4aedd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/_call-stack-item.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<?php if ($function !== null): ?>
3535
<span class="function-info">
3636
<?php
37-
echo $file === null ? "{$index}." : '&ndash;';
37+
echo $file === null ? "{$index}." : '&mdash;&nbsp;';
3838
$function = $class === null ? $function : "$class::$function";
3939

4040
echo '<span class="function">' . $this->htmlEncode($function) . '</span>';

0 commit comments

Comments
 (0)