diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-04-12 13:59:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-12 13:59:59 +0200 |
| commit | 1388b44f8b1397687660331c607cdf85a5cf785a (patch) | |
| tree | ab876cc906c2ef5309b2c6daf88bb4abadc3199b | |
| parent | c75d4ceb1bb32ff1f36f13b16844ef9e846747d8 (diff) | |
| parent | 9eb1b04f48db761d871d9847fabfe5233727b28d (diff) | |
Merge pull request #1085 from Jabster28/patch-2
change "Wolfram|Alpha" to "WolframAlpha" in search results
| -rw-r--r-- | searx/engines/wolframalpha_api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/wolframalpha_api.py b/searx/engines/wolframalpha_api.py index 1c882c582..4c99c90b5 100644 --- a/searx/engines/wolframalpha_api.py +++ b/searx/engines/wolframalpha_api.py @@ -123,7 +123,7 @@ def response(resp): if not result_chunks: return [] - title = "Wolfram|Alpha (%s)" % infobox_title + title = "Wolfram Alpha (%s)" % infobox_title # append infobox results.append( |