Skip to content

Commit

Permalink
Merge branch '7.1' into 7.2
Browse files Browse the repository at this point in the history
* 7.1:
  [HttpClient] Fix option "resolve" with IPv6 addresses
  Fix twig deprecations in web profiler twig files
  [HttpClient] Fix option "bindto" with IPv6 addresses
  fixes #58904
  [Validator] review italian translations
  [Validator] review latvian translations
  • Loading branch information
nicolas-grekas committed Nov 19, 2024
2 parents d4e008e + 0d6105f commit e78b07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/Collector/notifier.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
{{- 'Content: ' ~ notification.getContent() }}<br/>
{{- 'Importance: ' ~ notification.getImportance() }}<br/>
{{- 'Emoji: ' ~ (notification.getEmoji() is empty ? '(empty)' : notification.getEmoji()) }}<br/>
{{- 'Exception: ' ~ notification.getException() ?? '(empty)' }}<br/>
{{- 'Exception: ' ~ (notification.getException() ?? '(empty)') }}<br/>
{{- 'ExceptionAsString: ' ~ (notification.getExceptionAsString() is empty ? '(empty)' : notification.getExceptionAsString()) }}
</pre>
</div>
Expand Down

0 comments on commit e78b07a

Please sign in to comment.