Skip to content

Commit cae5732

Browse files
committed
Fix footer for GOV.UK Frontend 6.2.0
1 parent a7590d1 commit cae5732

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/layouts/application.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<%= render FeedbackLinkComponent::View.new(feedback_url: t("feedback_link.feedback_survey_url")) %>
2525

2626
<%= govuk_footer meta_items_title: t("footer.helpful_links"), meta_items: do |footer| %>
27-
<%= footer.with_meta_html do %>
27+
<% footer.with_meta_html do %>
2828
<div class="govuk-footer__meta-custom">
2929
<%= t("footer.built_by_statement_html",
3030
link: link_to(t("footer.built_by_link"),

0 commit comments

Comments
 (0)