mirror of
https://github.com/searxng/searxng.git
synced 2024-11-04 20:30:11 +01: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:
|
||||
return []
|
||||
|
||||
title = "Wolfram|Alpha (%s)" % infobox_title
|
||||
title = "Wolfram Alpha (%s)" % infobox_title
|
||||
|
||||
# append infobox
|
||||
results.append(
|
||||
|
Loading…
Reference in New Issue
Block a user