Fix some HTML validation issue.

This commit is contained in:
Tom Hughes 2007-06-30 12:09:28 +00:00
parent 48a3a317bc
commit b92e1b0584
6 changed files with 65 additions and 89 deletions

View file

@ -1,5 +1,5 @@
<h1>Login:</h1><br>
Please login or <%= link_to 'create an account', :controller => 'user', :action => 'new' %>.<br>
<h1>Login:</h1><br />
Please login or <%= link_to 'create an account', :controller => 'user', :action => 'new' %>.<br />
<% form_tag :action => 'login' do %>
<%= hidden_field_tag('referer', params[:referer]) %>
@ -8,6 +8,6 @@ Please login or <%= link_to 'create an account', :controller => 'user', :action
<tr><td>password:</td><td><%= password_field('user', 'password',{:size => 50, :maxlength => 255}) %></td></tr>
</table>
<br>
<br />
<%= submit_tag 'Login' %>
<% end %> (<%= link_to 'Lost your password?', :controller => 'user', :action => 'lost_password' %>)