Skip to content

Commit e78f98d

Browse files
committed
Revert #47715
1 parent 463e678 commit e78f98d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Resources/views/Collector/notifier.html.twig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,11 @@
134134
<h3 class="tab-title">Notification</h3>
135135
<div class="tab-content">
136136
<pre class="prewrap" style="max-height: 600px">
137-
{{- 'Subject: ' ~ notification.getSubject() }}<br>
138-
{{- 'Content: ' ~ notification.getContent() }}<br>
139-
{{- 'Importance: ' ~ notification.getImportance() }}<br>
140-
{{- 'Emoji: ' ~ (notification.getEmoji() is empty ? '(empty)' : notification.getEmoji()) }}<br>
141-
{{- 'Exception: ' ~ notification.getException() ?? '(empty)' }}<br>
137+
{{- 'Subject: ' ~ notification.getSubject() }}<br/>
138+
{{- 'Content: ' ~ notification.getContent() }}<br/>
139+
{{- 'Importance: ' ~ notification.getImportance() }}<br/>
140+
{{- 'Emoji: ' ~ (notification.getEmoji() is empty ? '(empty)' : notification.getEmoji()) }}<br/>
141+
{{- 'Exception: ' ~ notification.getException() ?? '(empty)' }}<br/>
142142
{{- 'ExceptionAsString: ' ~ (notification.getExceptionAsString() is empty ? '(empty)' : notification.getExceptionAsString()) }}
143143
</pre>
144144
</div>

Resources/views/Profiler/base.html.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="{{ _charset }}">
5-
<meta name="robots" content="noindex,nofollow">
6-
<meta name="viewport" content="width=device-width,initial-scale=1">
4+
<meta charset="{{ _charset }}" />
5+
<meta name="robots" content="noindex,nofollow" />
6+
<meta name="viewport" content="width=device-width,initial-scale=1" />
77
<title>{% block title %}Symfony Profiler{% endblock %}</title>
88

99
{% set request_collector = profile is defined ? profile.collectors.request|default(null) : null %}

0 commit comments

Comments
 (0)