From 0e3cf48d95b0d53365bc8b3b9c9c4d4dca0d0b5e Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Fri, 30 Dec 2011 10:42:47 +0000 Subject: [PATCH] Use symbols instead of strings for Haml attributes keys in the layout --- app/views/layouts/application.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 2244ec6..fc493c8 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -1,7 +1,7 @@ !!! %html %head - %meta{'charset' => 'utf-8'} + %meta{:charset => 'utf-8'} %title scube = csrf_meta_tag %body