Browse Source

add charset meta

Felix Niklas 10 years ago
parent
commit
c5f88febd4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/views/layouts/application.html.erb

+ 1 - 0
app/views/layouts/application.html.erb

@@ -1,6 +1,7 @@
 <!DOCTYPE html>
 <html>
 <head>
+  <meta charset="utf-8">
   <title><%= Setting.get('product_name') %></title>
   <%= stylesheet_link_tag    "application" %>
   <% if Rails.configuration.assets.debug %>