Skip to content

Commit

Permalink
Update html lang and close charset and viewport tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
scotdalton committed Oct 18, 2012
1 parent b04a044 commit cdab86b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/layouts/umlaut.html.erb
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html lang="EN">
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<%= csrf_meta_tags %>
<%= stylesheet_link_tag 'application' %>
<%= javascript_include_tag 'application' %>
Expand Down

0 comments on commit cdab86b

Please sign in to comment.