From 1959c8bc216ced60e22bb1eef536d1fe615d4aed Mon Sep 17 00:00:00 2001 From: echarp Date: Thu, 9 Oct 2014 12:20:55 +0200 Subject: [PATCH] Correction pour conformance html --- Gemfile.lock | 2 +- app/views/layouts/application.html.haml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 20ec2b01..d1218f97 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -176,7 +176,7 @@ GEM inherited_resources (1.4.1) has_scope (~> 0.6.0.rc) responders (~> 1.0.0.rc) - jbuilder (2.2.1) + jbuilder (2.2.2) activesupport (>= 3.0.0, < 5) multi_json (~> 1.2) jquery-rails (3.1.2) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 5e9722ae..80b2ce61 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -4,7 +4,6 @@ %head = display_meta_tags site: t('.title') - %meta(http-equiv='Content-Type' content='text/html') %meta(charset='utf-8') %meta(name='viewport' content='width=device-width, initial-scale=1.0') %meta(name='robots' content='index, follow')