Skip to content

Commit

Permalink
Change meta charset from 'utf8' to 'utf-8'
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Richter committed Mar 29, 2017
1 parent 48cbe61 commit f9ee818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/alchemy/pages/_meta_data.html.erb
@@ -1,5 +1,5 @@
<% if @page %>
<meta charset="utf8">
<meta charset="utf-8">
<title><%= page_title prefix: local_assigns.fetch(:title_prefix, nil), separator: local_assigns.fetch(:title_separator, nil) %></title>
<%= tag(:meta, name: 'created', content: @page.updated_at) %>
<%= tag(:meta, name: 'robots', content: meta_robots) %>
Expand Down

0 comments on commit f9ee818

Please sign in to comment.