Correct some minor html validation errors
This commit is contained in:
parent
20cab5b9bf
commit
c7ffb35e8b
2 changed files with 4 additions and 4 deletions
|
@ -50,7 +50,7 @@ module ApplicationHelper
|
|||
css << ".show_if_user_#{@user.id} { display: inline }" if @user;
|
||||
css << ".hide_unless_administrator { display: none }" unless @user and @user.administrator?;
|
||||
|
||||
return content_tag(:style, css)
|
||||
return content_tag(:style, css, :type => "text/css")
|
||||
end
|
||||
|
||||
def if_logged_in(tag = :div, &block)
|
||||
|
|
|
@ -13,13 +13,13 @@
|
|||
</table>
|
||||
<%= submit_tag t('user.login.login_button'), :tabindex => 3 %>
|
||||
<% end %>
|
||||
<br clear="both">
|
||||
<br clear="all" />
|
||||
</div>
|
||||
<div id="login_signup">
|
||||
<h2><%= t 'user.login.new to osm' %></h2>
|
||||
<p><%= t 'user.login.to make changes' %></p>
|
||||
<p><%= t 'user.login.create account minute' %></p></p>
|
||||
<p><%= t 'user.login.create account minute' %></p>
|
||||
<p><%= button_to t('user.login.register now'), :action => :new, :referer => params[:referer] %></p>
|
||||
<br clear="both">
|
||||
<br clear="all" />
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue