Skip to content

Commit 539cf14

Browse files
committed
bug #48005 [ErrorHandler] s/</br>/<br> (PhilETaylor)
This PR was merged into the 5.4 branch. Discussion ---------- [ErrorHandler] s/</br>/<br> | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no just a typo | New feature? | no | Deprecations? | no | License | MIT replace typo `</br>` with `<br>` Commits ------- 7c8bcd81c4 s/<\br>/<br>
2 parents 5fe6d42 + 01b34c2 commit 539cf14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/traces.html.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
$class = substr($exception['class'], $separator);
1313
?>
1414
<?php if ('' === $class) { ?>
15-
</br>
15+
<br>
1616
<?php } else { ?>
1717
<h3 class="trace-class">
1818
<?php if ('' !== $namespace) { ?>

0 commit comments

Comments
 (0)