]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/users/lost_password.html.erb
Whitespace fixes for users erb files
[rails.git] / app / views / users / lost_password.html.erb
index 6f50526d9119b8825965b24c43d96c63e23daed0..d57f03ed9f88806d4b9eab82484722573c1a0963 100644 (file)
@@ -7,7 +7,7 @@
 <%= form_tag :action => 'lost_password' do %>
   <div class="standard-form">
     <label class="standard-label"><%= t '.email address' %></label>
-    <%= text_field('user', 'email', { :tabindex => 1) %>
+    <%= text_field('user', 'email', { :tabindex => 1 }) %>
     <%= submit_tag t('.new password button'), :tabindex => 2 %>
   </div>
 <% end %>