<% end %>
diff --git a/app/views/devise/registrations/_personal_details.html.erb b/app/views/devise/registrations/_personal_details.html.erb
index 1995270..2cd1eaa 100644
--- a/app/views/devise/registrations/_personal_details.html.erb
+++ b/app/views/devise/registrations/_personal_details.html.erb
@@ -4,36 +4,36 @@
If you change this, remember to use your new email address on sign in.") %>
-
<%= _('You can edit any of the details below.') %>
+
<%= _('You can edit any of the details below.') %>
<%= f.label(:recovery_email, _('Recovery email'), class: 'control-label') %>
- <%= f.email_field(:recovery_email, class: 'form-control', "aria-required": true, 'data-toggle': "tooltip", title: _('This email will be used to recover your account if you change institutions'), value: @user.recovery_email) %>
+ <%= f.email_field(:recovery_email, class: "form-control", "aria-required": true, 'data-toggle': "tooltip", title: _('This email will be used to recover your account if you change institutions'), value: @user.recovery_email) %>