add charset meta
This commit is contained in:
parent
89248ddaed
commit
c5f88febd4
1 changed files with 1 additions and 0 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Reference in a new issue