- | <%= text_field_tag 'username', nil %> | -
- | <%= password_field_tag 'password', nil %> | -
- | <%= text_field_tag "openid_url", nil %> | -
- | - <% if Setting.autologin? %> - - <% end %> - | -
- <% if Setting.lost_password? %> - <%= link_to l(:label_password_lost), :controller => '/account', :action => 'lost_password' %> - <% end %> - | -- - | -
+ | <%= text_field_tag 'username', nil %> | +
+ | <%= password_field_tag 'password', nil %> | +
+ | <%= text_field_tag "openid_url", nil %> | +
+ | + <% if Setting.autologin? %> + + <% end %> + | +
+ | ++ + | +