Skip to content

Commit

Permalink
NGSTACK-944 add empty title atribut for iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
baljakl committed Dec 18, 2024
1 parent 08da8d6 commit 8fd1c5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

{% if google_tag_manager_code is not empty %}
<noscript><iframe aria-hidden="true" src="https://www.googletagmanager.com/ns.html?id={{ google_tag_manager_code|raw|escape('url') }}"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
height="0" width="0" style="display:none;visibility:hidden" title=""></iframe></noscript>
{% endif %}
{% endif %}

0 comments on commit 8fd1c5c

Please sign in to comment.