10000 Merge branch '2.3' into 2.4 · ostrolucky/symfony@abc9bfc · GitHub
[go: up one dir, main page]

Skip to content

Commit abc9bfc

Browse files
committed
Merge branch '2.3' into 2.4
* 2.3: Minor doc fix. Simplified the way to update PHPUnit to the latest version [Process] Minor README update [HttpFoundation] Basic auth in url is broken when using PHP CGI/FPM Fixed a html error "Element ul is not closed" in logger.html.twig [HttpFoundation] Officialize the 308 redirect RFC issue symfony#10808 crawler test Empty select with attribute name="foo[]" bug fix Fixed contextually wrong translation
2 parents 48a6c72 + 4aa35fd commit abc9bfc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Resources/views/Collector/logger.html.twig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@
113113

114114
<li>Called from {{ call.file is defined and call.line is defined ? call.file|format_file(call.line, from) : from|raw }}</li>
115115

116-
{{ index == log.context.stack|length - 1 ? '</ul>' : '' }}
116+
{% if index == log.context.stack|length - 1 %}
117+
</ul>
118+
{% endif %}
117119
{% endfor %}
118120
{% else %}
119121
{{ log.priorityName }} - {{ log.message }}

0 commit comments

Comments
 (0)
0