]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/login.html.erb
Correct some minor html validation errors
[rails.git] / app / views / user / login.html.erb
index 66a2fab9980bc0748da6df9e801466a2b46f3c79..7cc4b6f24ad455c960ab175ec263de289789dcff 100644 (file)
       </table>
       <%= submit_tag t('user.login.login_button'), :tabindex => 3 %>
     <% end %>
-    <br clear="both">
+    <br clear="all" />
   </div>
   <div id="login_signup">
     <h2><%= t 'user.login.new to osm' %></h2>
     <p><%= t 'user.login.to make changes' %></p>
-    <p><%= t 'user.login.create account minute' %></p></p>
+    <p><%= t 'user.login.create account minute' %></p>
     <p><%= button_to t('user.login.register now'), :action => :new, :referer => params[:referer] %></p>
-    <br clear="both">
+    <br clear="all" />
   </div>
 </div>