Fixed whitespace control for password form widget

This commit is contained in:
Peter Rehm 2014-11-06 13:46:31 +01:00
parent 1bba7995df
commit 809cf24675

View File

@ -162,7 +162,7 @@
{% block password_widget -%}
{% set type = type|default('password') %}
{{ block('form_widget_simple') }}
{{- block('form_widget_simple') -}}
{%- endblock password_widget %}
{% block hidden_widget -%}