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.
1 parent 9d02487 commit 9169b96Copy full SHA for 9169b96
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