From ec546003b52f56805354eb0367689b6ddb067141 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Sat, 27 Jul 2013 06:36:54 +0200 Subject: [PATCH] utf 8 --- app/views/layouts/public.html.haml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index 2e14533..cb5462d 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -1,8 +1,12 @@ !!! -%html{:xmlns=>"http://www.w3.org/1999/xhtml", :"xml:lang"=>"fr", :lang=>"fr"} +%html{:lang=>"fr"} %head - %title= "Script Art - "+ @title.to_s+" - Danielle Riche" + %meta{ :"http-equiv" => "Content-Type", :content => "text/html; charset=utf-8" } + %meta{ :charset => "utf-8" } + + %title= "Script Art - "+ @title.to_s+" - Danielle Riche" + %meta{ :"name" => "Description", :content => @description } %meta{ :"name" => "Keywords", :content => @keywords }