Skip to content

Commit

Permalink
Issue egzakt#167 : removed extra space in creatable entities expanded…
Browse files Browse the repository at this point in the history
…=true
  • Loading branch information
sglessard committed Oct 30, 2015
1 parent 847ece6 commit 09c7b34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/views/Backend/Core/edit_fields.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
{% endblock radio_widget %}

{% block form_label %}
{% spaceless %}
{% spaceless %}
{% if label is not sameas(false) %}
{% if not compound %}
{% set label_attr = label_attr|merge({'for': id}) %}
Expand All @@ -237,7 +237,7 @@
<div class="note">{{ attr.alt|trans|raw }}</div>
{% endif %}
{% endif %}
{% endspaceless %}
{% endspaceless %}
{% endblock form_label %}

{% block advanced_file_widget %}
Expand Down

0 comments on commit 09c7b34

Please sign in to comment.