comparison 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
comparison
equal deleted inserted replaced
63:599a9320b6a3 64:04164da6c12c
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
4 <title><%= html_title %></title> 5 <title><%= html_title %></title>
5 <%= stylesheet_link_tag "application", :media => "all" %> 6 <%= stylesheet_link_tag "application", :media => "all" %>
6 <%= javascript_include_tag "application" %> 7 <%= javascript_include_tag "application" %>
7 <%= csrf_meta_tags %> 8 <%= csrf_meta_tags %>
8 </head> 9 </head>