Skip to content

Commit

Permalink
Merge pull request #13329 from karlvaniseghem/twig-auto-escape
Browse files Browse the repository at this point in the history
Removed   
  • Loading branch information
nijel committed Jun 1, 2017
2 parents 2c51cb4 + af3c380 commit 69e50a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/table/relation/dropdown_generate.twig
@@ -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 }}"
Expand Down

0 comments on commit 69e50a8

Please sign in to comment.