Skip to content

Commit f000c16

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Typos In Comments remove duplicated catch block s/<\br>/<br> [HttpClient] Fix retrying requests when the content is used by the strategy
2 parents 81e57c7 + 539cf14 commit f000c16

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)