fixed syntax error in question.erb
This commit is contained in:
parent
2ae155b877
commit
b7a086986a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
<div id=<% a[:vraag]%>>
|
||||
<%= render '/partials/question.*' %>
|
||||
</div>
|
||||
<% end %
|
||||
<% end %>
|
||||
<% end %>
|
||||
</select>
|
||||
<script>
|
||||
|
|
Loading…
Reference in a new issue