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,
|
||||
status=200,
|
||||
mimetype="application/xml")
|
||||
mimetype="text/xml")
|
||||
return resp
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue