Skip to content

Commit

Permalink
Removed spaces
Browse files Browse the repository at this point in the history
Signed-off-by: Karl Van Iseghem <karl.vaniseghem@icloud.com>
  • Loading branch information
karlvaniseghem committed May 30, 2017
1 parent e543979 commit af3c380
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 ~ '&nbsp;&nbsp;' -}}
{{ 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 af3c380

Please sign in to comment.