Mercurial > zeropaste
diff app/views/layouts/application.html.erb @ 64:04164da6c12c
Added document level character encoding as per validator's suggestion.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Thu, 04 Oct 2012 03:31:57 -0700 |
parents | d32e532a8f1a |
children | d100218b96c9 |
line wrap: on
line diff
--- a/app/views/layouts/application.html.erb Thu Oct 04 09:08:54 2012 +0700 +++ b/app/views/layouts/application.html.erb Thu Oct 04 03:31:57 2012 -0700 @@ -1,6 +1,7 @@ <!DOCTYPE html> <html> <head> + <meta http-equiv="Content-type" content="text/html;charset=UTF-8"> <title><%= html_title %></title> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %>