diff --git a/app/views/visitors/_purchase.html.erb b/app/views/visitors/_purchase.html.erb
index fcf5d8e..743459c 100644
--- a/app/views/visitors/_purchase.html.erb
+++ b/app/views/visitors/_purchase.html.erb
@@ -37,7 +37,7 @@
<%= label_tag :card_month, "Card Expiry" %>
- <%= select_month nil, { use_two_digit_numbers: true}, { name: nil, data: {stripe: 'exp-month' } %>
+ <%= select_month nil, { use_two_digit_numbers: true}, { name: nil, data: {stripe: 'exp-month' } } %>
<%= select_year nil, {start_year: Date.today.year, end_year: Date.today.year+10}, { name: nil, data: {stripe: 'exp-year' } } %>
<% end %>