Skip to content

Commit

Permalink
add charset meta
Browse files Browse the repository at this point in the history
  • Loading branch information
cqpx committed Jan 5, 2012
1 parent e3cde9f commit f621e83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Expand Up @@ -12,6 +12,7 @@
<% end %>
<meta name="keywords" content="<%= @meta_keywords %>" />
<meta name="description" content="<%= @meta_description %>" />
<meta charset='utf-8'>
<link rel="shortcut icon" href="<%= asset_path("big_logo.png") %>" />
<%= csrf_meta_tag %>
<%= auto_discovery_link_tag(:rss,feed_topics_url,:title => '订阅最新贴') %>
Expand Down

0 comments on commit f621e83

Please sign in to comment.