We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f82cfa2 + 243a7c6 commit 587c45eCopy full SHA for 587c45e
Resources/views/Form/form_table_layout.html.twig
@@ -27,7 +27,7 @@
27
{%- endblock button_row -%}
28
29
{%- block hidden_row -%}
30
- {%- set style = row_attr.style is defined ? (row_attr.style ~ (row_attr.style|trim|last != ';' ? '; ')) : '' -%}
+ {%- set style = row_attr.style is defined ? (row_attr.style ~ (row_attr.style|trim|last != ';' ? '; ')) -%}
31
<tr{% with {attr: row_attr|merge({style: (style ~ ' display: none')|trim})} %}{{ block('attributes') }}{% endwith %}>
32
<td colspan="2">
33
{{- form_widget(form) -}}
0 commit comments