We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 871e11d + df96a0d commit 28972ddCopy full SHA for 28972dd
src/_includes/partials/header.njk
@@ -22,7 +22,7 @@
22
23
<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">
24
<h2>{{ header[locale].search }}</h2>
25
- <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">
26
<div class="form-group wb-srch-qry">
27
<label for="wb-srch-q" class="wb-inv">{{ header[locale].searchCanadaCa }}</label>
28
<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 }}"/>
0 commit comments