Skip to content

Commit aaa8daf

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: (24 commits) [HttpFoundation] Fixed type mismatch Bump Symfony version to 5.3.6 Update VERSION for 5.3.5 Update CHANGELOG for 5.3.5 Update VERSION for 5.2.13 Update CHANGELOG for 5.2.13 Bump Symfony version to 4.4.29 Update VERSION for 4.4.28 Update CHANGELOG for 4.4.28 fix Check if it has session before getSession() [WebProfiler] "empty" filter bugfix. Filter with name "empty" is not exists in twig. Bump Symfony version to 5.3.5 Update VERSION for 5.3.4 Update CHANGELOG for 5.3.4 Bump Symfony version to 4.4.28 Update VERSION for 4.4.27 Update CONTRIBUTORS for 4.4.27 Update CHANGELOG for 4.4.27 Update VERSION for 5.2.12 Update CHANGELOG for 5.2.12 ...
2 parents fbf9c45 + 587c45e commit aaa8daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/Form/form_table_layout.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
{%- endblock button_row -%}
2828

2929
{%- block hidden_row -%}
30-
{%- set style = row_attr.style is defined ? (row_attr.style ~ (row_attr.style|trim|last != ';' ? '; ')) : '' -%}
30+
{%- set style = row_attr.style is defined ? (row_attr.style ~ (row_attr.style|trim|last != ';' ? '; ')) -%}
3131
<tr{% with {attr: row_attr|merge({style: (style ~ ' display: none')|trim})} %}{{ block('attributes') }}{% endwith %}>
3232
<td colspan="2">
3333
{{- form_widget(form) -}}

0 commit comments

Comments
 (0)