Remove obsolete Foundation meta generator tag
This meta tag was added years ago as a workaround for
foundation-sites issue 12167, in commit 791b2e12 from PR 4753
("Fix invalid HTML in application layout").
Since we now use foundation-sites >= 6.8.1 (fixed in 6.7.1),
the workaround is unnecessary.
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<meta name="generator" content="Zurb Foundation for Sites 6" class="foundation-mq">
|
|
||||||
<title><%= content_for?(:title) ? yield(:title) : default_title %></title>
|
<title><%= content_for?(:title) ? yield(:title) : default_title %></title>
|
||||||
<% if rtl? %>
|
<% if rtl? %>
|
||||||
<%= stylesheet_link_tag "vendored-rtl" %>
|
<%= stylesheet_link_tag "vendored-rtl" %>
|
||||||
|
|||||||
Reference in New Issue
Block a user