mirror of https://github.com/searx/searx
[fix] opensearch xml mimetype - #184
This commit is contained in:
parent
285f991cd0
commit
8cd7617054
|
@ -638,7 +638,7 @@ def opensearch():
|
||||||
|
|
||||||
resp = Response(response=ret,
|
resp = Response(response=ret,
|
||||||
status=200,
|
status=200,
|
||||||
mimetype="application/xml")
|
mimetype="text/xml")
|
||||||
return resp
|
return resp
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue