Skip to content

Commit ceb815a

Browse files
Merge pull request #666 from companieshouse/feature/siv-1010-skip-to-main-content-button-broken
SIV-1010 Skip to main content button broken
2 parents 5155b7a + cf851b6 commit ceb815a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/search/banner.tx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
% my $search_context = $search_type ? $search_type : $c.session('pst');
2+
3+
% # Do NOT change form id as it will break the skip link on the pages using this form
4+
25
% if $search_context == "officers" {
36
<form id="search" action="/search/officers" method="get" accept-charset="utf-8" role="search" class="<% $header_or_body=='header'? 'search-header' : 'search-header js-search-hash' %>">
47
<p>

0 commit comments

Comments
 (0)