From d07dfb2c460854b0e1ea62e5f150cc2e28b22f4d Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 3 May 2017 13:29:27 -0400 Subject: [PATCH] adding form method GET to the header search form the search form in the header was missing the method attribute, trying to test out the search functions --- sections/header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/header.php b/sections/header.php index b02f8dc..23bccee 100644 --- a/sections/header.php +++ b/sections/header.php @@ -13,7 +13,7 @@ -->
  • -
    +
    -- 2.17.1