Skip to content

Commit

Permalink
fix(plugin-web): Avoid specifying language in wikipedia search
Browse files Browse the repository at this point in the history
  • Loading branch information
mmstick committed Jan 5, 2021
1 parent 4db2e31 commit 3b05ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/web/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class App {

switch (key) {
case 'wiki':
this.query_base = 'https://en.wikipedia.org/w/index.php?search='
this.query_base = 'https://wikipedia.org/w/index.php?search='
this.name_base = 'Wikipedia'
break

Expand Down

0 comments on commit 3b05ab5

Please sign in to comment.