From da8fdcfa96a80c713d1c2e2346d9561f91f19724 Mon Sep 17 00:00:00 2001 From: chao-xian Date: Thu, 3 Aug 2023 14:06:46 +0100 Subject: [PATCH] Fix Related content section Missing a closing div tag for some reason. --- app/views/content_items/travel_advice.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/content_items/travel_advice.html.erb b/app/views/content_items/travel_advice.html.erb index 3b6ffbf00..4305cb62a 100644 --- a/app/views/content_items/travel_advice.html.erb +++ b/app/views/content_items/travel_advice.html.erb @@ -72,6 +72,7 @@ }.to_json %>"><%= t("multi_page.print_entire_guide") %> <% end %> + <%= render 'shared/sidebar_navigation' %>