mirror of
https://github.com/searxng/searxng.git
synced 2025-07-16 09:49:21 +02:00
[fix] opensearch image issue - closes #507
This commit is contained in:
parent
308613e586
commit
bc81eda64b
4 changed files with 5 additions and 4 deletions
|
@ -749,7 +749,8 @@ def opensearch():
|
|||
|
||||
ret = render('opensearch.xml',
|
||||
opensearch_method=method,
|
||||
host=get_base_url())
|
||||
host=get_base_url(),
|
||||
urljoin=urljoin)
|
||||
|
||||
resp = Response(response=ret,
|
||||
status=200,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue