Skip to content

Commit

Permalink
Fixed double rendering of Content-type meta-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tanraya committed Feb 28, 2012
1 parent 26def0e commit c542932
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/active_admin/views/pages/base.rb
Expand Up @@ -21,7 +21,6 @@ def add_classes_to_body

def build_active_admin_head
within @head do
meta :"http-equiv" => "Content-type", :content => "text/html; charset=utf-8"
insert_tag Arbre::HTML::Title, [title, active_admin_application.site_title].join(" | ")
active_admin_application.stylesheets.each do |style|
text_node(stylesheet_link_tag(style.path, style.options).html_safe)
Expand Down

0 comments on commit c542932

Please sign in to comment.