@@ -3,9 +3,12 @@ |
||
3 | 3 | <?php foreach ($class as $i => $name) : ?> |
4 | 4 | <?php if ($i == count($class) - 1): ?> |
5 | 5 | <h2><?= $template->escape($name) ?></h2> |
6 | - <?php else: ?> |
|
6 | + <?php else { |
|
7 | + : ?> |
|
7 | 8 | <h2><?= $template->escape($name).' \\' ?></h2> |
8 | - <?php endif; ?> |
|
9 | + <?php endif; |
|
10 | +} |
|
11 | +?> |
|
9 | 12 | <?php endforeach; ?> |
10 | 13 | <?php if ($code): ?> |
11 | 14 | <span class="subtitle" title="Exception Code"><?= $template->escape($code) ?></span> |