X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/58653f8b9d90c9f0a2f44d026b0ec84574f6bc9a..aca299ecee9edee1f4affdd59a65f6ad34de6067:/app/views/user/new.html.erb diff --git a/app/views/user/new.html.erb b/app/views/user/new.html.erb index 4e3f4428d..cf9d0a8ce 100644 --- a/app/views/user/new.html.erb +++ b/app/views/user/new.html.erb @@ -41,9 +41,9 @@   - + <%= t 'user.new.openid', :logo => openid_logo %> - <%= text_field(:user, :openid_url, { :size => 50, :maxlength => 255, :tabindex => 4, :value => params[:openid], :class => "openid_url" }) %> + <%= text_field(:user, :openid_url, { :id => "openid_url", :size => 50, :maxlength => 255, :tabindex => 4, :value => params[:openid], :class => "openid_url" }) %>   @@ -68,7 +68,7 @@ - <%= submit_tag t('user.new.continue'), :tabindex => 6 %> + <%= submit_tag t('user.new.continue'), :tabindex => 6 %> <% end %>