1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-01 09:00:15 +02:00

[fix] opensearch xml mimetype - #184

This commit is contained in:
Adam Tauber 2015-01-18 14:26:52 +01:00
parent 285f991cd0
commit 8cd7617054

View File

@ -638,7 +638,7 @@ def opensearch():
resp = Response(response=ret,
status=200,
mimetype="application/xml")
mimetype="text/xml")
return resp