X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b917a0eba07184571ea62bb7b735eb48d7c04634..41c69b0dbe82ed041e89811490a2e630cc76551f:/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 %>