Thanks to visit codestin.com Credit goes to github.com
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 7b9edcf commit 3cd7341Copy full SHA for 3cd7341
src/Symfony/Bridge/Twig/Resources/views/Form/form_div_layout.html.twig
@@ -14,7 +14,7 @@
14
{# Attribute "required" is not supported #}
15
{%- set required = false -%}
16
{%- endif -%}
17
- <input type="{{ type }}" {{ block('widget_attributes') }} {% if value is not empty %}value="{{ value }}"{% endif %}>
+ <input type="{{ type }}" {{ block('widget_attributes') }}{% if value is not empty %} value="{{ value }}"{% endif %}>
18
{%- endblock form_widget_simple -%}
19
20
{%- block form_widget_compound -%}
0 commit comments