mirror of https://github.com/searxng/searxng.git
Merge pull request #1085 from Jabster28/patch-2
change "Wolfram|Alpha" to "WolframAlpha" in search results
This commit is contained in:
commit
1388b44f8b
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue