Skip to content

Commit

Permalink
Remove extra escapting from Ecosia search term
Browse files Browse the repository at this point in the history
  • Loading branch information
bsclifton committed Jan 14, 2021
1 parent 342cc60 commit 19eafff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/search_engines/brave_prepopulated_engines.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace TemplateURLPrepopulateData {

// IMPORTANT! Make sure to bump this value if you make changes to the
// engines below or add/remove engines.
const int kBraveCurrentDataVersion = 10;
const int kBraveCurrentDataVersion = 11;
// DO NOT CHANGE THIS ONE. Used for backfilling kBraveDefaultSearchVersion.
const int kBraveFirstTrackedDataVersion = 6;

Expand Down Expand Up @@ -130,7 +130,7 @@ const PrepopulatedEngine brave_ecosia =
#else
"e8eb07a6"
#endif
"&q={{searchTerms}}",
"&q={searchTerms}",
"https://ac.ecosia.org/?q={searchTerms}",
PREPOPULATED_ENGINE_ID_ECOSIA);

Expand Down

0 comments on commit 19eafff

Please sign in to comment.