diff --git a/app/views/world_location_news/show.html.erb b/app/views/world_location_news/show.html.erb
index b8c13b604..afcad923a 100644
--- a/app/views/world_location_news/show.html.erb
+++ b/app/views/world_location_news/show.html.erb
@@ -4,7 +4,7 @@
<%= tag("meta", name: "description", content: @world_location_news.description) if @world_location_news.description %>
<% end %>
-
<%= lang_attribute %>>
+
<%= lang_attribute %>>
<%= render "govuk_publishing_components/components/title", {
title: @world_location_news.title,
@@ -27,7 +27,7 @@
-
+
<%= lang_attribute %>>
<% if @world_location_news.ordered_featured_documents&.any? %>
<% if I18n.locale == :en %>
-
+
<%= render "govuk_publishing_components/components/heading", {
@@ -86,7 +86,7 @@
<% end %>
<% if @world_location_news.mission_statement.present? %>
- <%= lang_attribute %>>
+
<%= lang_attribute %>>
<%= render "govuk_publishing_components/components/heading", {
text: I18n.t("world_location_news.headings.mission"),
@@ -102,7 +102,7 @@
<% end %>
<% if I18n.locale == :en && (@world_location_news.announcements.any? || @world_location_news.publications.any? || @world_location_news.statistics.any?) %>
-
+
<%= render "govuk_publishing_components/components/heading", {
text: I18n.t("world_location_news.headings.documents"),
@@ -120,7 +120,7 @@
<% end %>
<% if @world_location_news.organisations&.any? %>
-
+
<%= render "govuk_publishing_components/components/heading", {
@@ -154,7 +154,7 @@
<% end %>
<% if @world_location_news.worldwide_organisations&.any? %>
-
+
<% @world_location_news.worldwide_organisations.each do |organisation| %>
<%= render "govuk_publishing_components/components/heading", {