From 791b2e12f7575e96763b5f280c815bd0cf451438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Sun, 26 Sep 2021 00:52:33 +0200 Subject: [PATCH] Fix invalid HTML introduced by Foundation See foundation/foundation-sites issue 12167, which was fixed in Foundation 6.7.1. However, since Foundation 6.7 requires Node 12 and the foundation-rails gem hasn't been maintained for a year and a half, we're not updating for now. --- app/views/layouts/_common_head.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/layouts/_common_head.html.erb b/app/views/layouts/_common_head.html.erb index abed78d19..eb64eeced 100644 --- a/app/views/layouts/_common_head.html.erb +++ b/app/views/layouts/_common_head.html.erb @@ -1,6 +1,7 @@ + <%= content_for?(:title) ? yield(:title) : default_title %> <% if rtl? %> <%= stylesheet_link_tag "application-rtl" %>