Skip to content

Commit

Permalink
Merge pull request gc-da11yn#642 from shawnthompson/searchfix-issue-640
Browse files Browse the repository at this point in the history
search change post to get
  • Loading branch information
shawnthompson authored Sep 13, 2024
2 parents 871e11d + df96a0d commit 28972dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/partials/header.njk
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<section id="wb-srch" class="col-lg-offset-4 col-md-offset-4 col-sm-offset-2 col-xs-12 col-sm-5 col-md-4">
<h2>{{ header[locale].search }}</h2>
<form action="https://canada.ca/{{ locale }}/sr/srb.html" method="post" name="cse-search-box" role="search">
<form action="https://canada.ca/{{ locale }}/sr/srb.html" method="get" name="cse-search-box" role="search">
<div class="form-group wb-srch-qry">
<label for="wb-srch-q" class="wb-inv">{{ header[locale].searchCanadaCa }}</label>
<input id="wb-srch-q" list="wb-srch-q-ac" class="wb-srch-q form-control" name="q" type="search" value="" size="34" maxlength="170" placeholder="{{ header[locale].searchCanadaCa }}"/>
Expand Down

0 comments on commit 28972dd

Please sign in to comment.