From d338417432919287efb073a3e84a0b71cec65dba Mon Sep 17 00:00:00 2001 From: taitus Date: Thu, 23 Oct 2025 16:04:34 +0200 Subject: [PATCH] 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. --- app/views/layouts/_common_head.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/layouts/_common_head.html.erb b/app/views/layouts/_common_head.html.erb index 8e7dbf587..f4deed51a 100644 --- a/app/views/layouts/_common_head.html.erb +++ b/app/views/layouts/_common_head.html.erb @@ -1,7 +1,6 @@ - <%= content_for?(:title) ? yield(:title) : default_title %> <% if rtl? %> <%= stylesheet_link_tag "vendored-rtl" %>