diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 61b6d6161..af2d720fc 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -6,7 +6,6 @@ %html{:lang => I18n.locale.to_s, :dir => (rtl?) ? 'rtl' : 'ltr'} %head %meta{:charset => 'utf-8'} - %meta{'http-equiv' => 'X-UA-Compatible', :content => 'IE=edge,chrome=1'} %meta{"http-equiv"=>"Content-Type", :content=>"text/html; charset=utf-8"} %meta{:name => "description", :content => "Diaspora*"} diff --git a/app/views/layouts/blank.haml b/app/views/layouts/blank.haml index b9e7d816d..0ed9927ab 100644 --- a/app/views/layouts/blank.haml +++ b/app/views/layouts/blank.haml @@ -6,7 +6,6 @@ %html{:lang => I18n.locale.to_s, :dir => (rtl?) ? 'rtl' : 'ltr'} %head %meta{:charset => 'utf-8'} - %meta{'http-equiv' => 'X-UA-Compatible', :content => 'IE=edge,chrome=1'} %meta{"http-equiv"=>"Content-Type", :content=>"text/html; charset=utf-8"} = csrf_meta_tag diff --git a/app/views/layouts/post.haml b/app/views/layouts/post.haml index f0ef05e04..4d10bb287 100644 --- a/app/views/layouts/post.haml +++ b/app/views/layouts/post.haml @@ -6,7 +6,6 @@ %html{:lang => I18n.locale.to_s, :dir => (rtl?) ? 'rtl' : 'ltr'} %head %meta{:charset => 'utf-8'} - %meta{'http-equiv' => 'X-UA-Compatible', :content => 'IE=edge,chrome=1'} %meta{"http-equiv"=>"Content-Type", :content=>"text/html; charset=utf-8"} %meta{:name => "description", :content => "Diaspora*"} diff --git a/lib/rack/chrome_frame.rb b/lib/rack/chrome_frame.rb index 81f438d6d..de7234dd1 100644 --- a/lib/rack/chrome_frame.rb +++ b/lib/rack/chrome_frame.rb @@ -29,7 +29,7 @@ module Rack
- +