Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1080 from uktrade/bug-GREATUK-1236-hreflang-overhang
Browse files Browse the repository at this point in the history
remove blank line in hreflang tag
  • Loading branch information
davidu1975 authored Nov 1, 2024
2 parents 569dacd + fb02ee2 commit 8119f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/templates/core/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
{% get_canonical_url as canonical_url %}
<link rel="canonical" href="{{ canonical_url }}">
{% get_hreflang_tags as hreflang_tags %}
{{ hreflang_tags|linebreaksbr }}
{{ hreflang_tags }}
<meta name="msvalidate.01" content="76D322F181AE9F91C43419E5CD511BBC"/>
{% endblock %}

Expand Down

0 comments on commit 8119f55

Please sign in to comment.