From f878cd4f52946fc5f8f8d130bd8174eb9d7dc0ce Mon Sep 17 00:00:00 2001 From: Lucija Baljak Date: Wed, 18 Dec 2024 14:30:44 +0100 Subject: [PATCH] NGSTACK-944 add empty title atribut for iframe --- .../themes/app/parts/google_tag_manager_code_noscript.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/themes/app/parts/google_tag_manager_code_noscript.html.twig b/templates/themes/app/parts/google_tag_manager_code_noscript.html.twig index 94679da9..1a2bc939 100644 --- a/templates/themes/app/parts/google_tag_manager_code_noscript.html.twig +++ b/templates/themes/app/parts/google_tag_manager_code_noscript.html.twig @@ -3,6 +3,6 @@ {% if google_tag_manager_code is not empty %} + height="0" width="0" style="display:none;visibility:hidden" title=""> {% endif %} {% endif %}