Browse Source

utf metas

pull/1/head
Nicolae Claudius 13 years ago
parent
commit
aba0c7793a
  1. 1
      app/views/layouts/application.html.erb
  2. 1
      app/views/layouts/errors.html.erb
  3. 1
      app/views/layouts/public.html.erb

1
app/views/layouts/application.html.erb

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>EntryDNS</title>
<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "application" %>

1
app/views/layouts/errors.html.erb

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>EntryDNS</title>
<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "application" %>

1
app/views/layouts/public.html.erb

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>EntryDNS</title>
<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "application" %>

Loading…
Cancel
Save