changeset 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 599a9320b6a3
children 1787e1fd3d16
files app/views/layouts/application.html.erb
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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" %>