Skip to content

Commit

Permalink
Add UTF-8 character encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartl committed Oct 6, 2016
1 parent 4b53cf2 commit bea7e5b
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
Expand Up @@ -6,6 +6,7 @@

<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
<%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
<meta charset="utf-8">
</head>

<body>
Expand Down

0 comments on commit bea7e5b

Please sign in to comment.