Skip to content

Commit

Permalink
search change post to get
Browse files Browse the repository at this point in the history
Fixes #640
  • Loading branch information
shawnthompson committed Sep 13, 2024
1 parent 871e11d commit df96a0d
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 df96a0d

Please sign in to comment.