Merge pull request #13329 from karlvaniseghem/twig-auto-escape

Removed   
This commit is contained in:
Michal Čihař 2017-06-01 15:38:28 +02:00 committed by GitHub
commit 69e50a8886

View File

@ -1,4 +1,4 @@
{{ dropdown_question is not empty ? dropdown_question ~ '  ' -}}
{{ dropdown_question is not empty ? dropdown_question -}}
<select name="{{ select_name }}">
{% for one_value, one_label in choices %}
<option value="{{ one_value }}"