mirror of
https://github.com/searxng/searxng
synced 2024-01-01 18:24:07 +00:00
change "Wolfram|Alpha" to "Wolfram Alpha" in search results
This commit is contained in:
parent
27f8fa6fe0
commit
9eb1b04f48
@ -123,7 +123,7 @@ def response(resp):
|
|||||||
if not result_chunks:
|
if not result_chunks:
|
||||||
return []
|
return []
|
||||||
|
|
||||||
title = "Wolfram|Alpha (%s)" % infobox_title
|
title = "Wolfram Alpha (%s)" % infobox_title
|
||||||
|
|
||||||
# append infobox
|
# append infobox
|
||||||
results.append(
|
results.append(
|
||||||
|
Loading…
Reference in New Issue
Block a user