8000 [WebProfilerBundle] Fix some minor HTML issues · symfony/symfony@31ce660 · GitHub
[go: up one dir, main page]

Skip to content

Commit 31ce660

Browse files
javiereguiluzfabpot
authored andcommitted
[WebProfilerBundle] Fix some minor HTML issues
1 parent b33bf07 commit 31ce660

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/logger.html.twig

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,10 @@
131131
</colgroup>
132132

133133
<thead>
134-
<th>Time</th>
135-
<th>Message</th>
134+
<tr>
135+
<th>Time</th>
136+
<th>Message</th>
137+
</tr>
136138
</thead>
137139

138140
<tbody>
@@ -185,7 +187,7 @@
185187
<details class="container-compilation-logs">
186188
<summary>
187189
<h4>Container Compilation Logs <span class="text-muted">({{ compilerLogTotal }})</span></h4>
188-
<p class="text-muted">Log messages generated during the compilation of the service container.</p>
190+
<span class="text-muted">Log messages generated during the compilation of the service container.</span>
189191
</summary>
190192

191193
{% if collector.compilerLogs is empty %}

src/Symfony/Component/ErrorHandler/Resources/views/error.html.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<meta charset="<?= $this->charset; ?>" />
55
<meta name="robots" content="noindex,nofollow,noarchive" />

0 commit comments

Comments
 (0)
0