app/views/auth/open_id/index.html.erb in multi_auth-0.0.3 vs app/views/auth/open_id/index.html.erb in multi_auth-0.0.4
- old
+ new
@@ -4,10 +4,10 @@
<div id="dialog">
<h1>OpenID によるログイン</h1>
<%- form_tag(:action => "login") do -%>
- <table border="1">
+ <table>
<tr>
<th><%= label_tag(:openid_url, "OpenID") %></th>
<td>
<%= text_field_tag(:openid_url, "", :size => 30) %>
</td>