Skip to content

Commit

Permalink
FIx missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepcg committed Jun 23, 2020
1 parent 8344275 commit 4eaf3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Expand Up @@ -5,7 +5,7 @@
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0">
<meta name="description" content=<%= ENV['META_DESCRIPTION'] %>">
<meta name="description" content="<%= ENV['META_DESCRIPTION'] %>">
<link href="https://fonts.googleapis.com/css?family=Rubik:300,400,500,600%7CIBM+Plex+Sans:300,400,500,600,700" rel="stylesheet">
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
<%= stylesheet_link_tag 'mailbox', media: 'all', 'data-turbolinks-track': 'reload' %>
Expand Down

0 comments on commit 4eaf3de

Please sign in to comment.