File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 134
134
<h3 class =" tab-title" >Notification</h3 >
135
135
<div class =" tab-content" >
136
136
<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 / >
142
142
{{- ' ExceptionAsString: ' ~ (notification.getExceptionAsString () is empty ? ' (empty)' : notification.getExceptionAsString ()) }}
143
143
</pre >
144
144
</div >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<html lang =" en" >
3
3
<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" / >
7
7
<title >{% block title %}Symfony Profiler{% endblock %}</title >
8
8
9
9
{% set request_collector = profile is defined ? profile .collectors .request | default (null ) : null %}
You can’t perform that action at this time.
0 commit comments