Skip to content

Commit

Permalink
Make HTML utf-8 encoding explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
abevoelker committed Jun 14, 2011
1 parent 0e12b41 commit 304cc30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title><%= title %></title>
<%= csrf_meta_tag %>
<%= render 'layouts/stylesheets' %>
Expand Down

0 comments on commit 304cc30

Please sign in to comment.