Skip to content

Commit 28972dd

Browse files
Merge pull request #642 from shawnthompson/searchfix-issue-640
search change post to get
2 parents 871e11d + df96a0d commit 28972dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_includes/partials/header.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<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">
2424
<h2>{{ header[locale].search }}</h2>
25-
<form action="https://canada.ca/{{ locale }}/sr/srb.html" method="post" name="cse-search-box" role="search">
25+
<form action="https://canada.ca/{{ locale }}/sr/srb.html" method="get" name="cse-search-box" role="search">
2626
<div class="form-group wb-srch-qry">
2727
<label for="wb-srch-q" class="wb-inv">{{ header[locale].searchCanadaCa }}</label>
2828
<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

Comments
 (0)