[fix] opensearch xml mimetype - #184

This commit is contained in:
Adam Tauber 2015-01-18 14:26:52 +01:00
parent 285f991cd0
commit 8cd7617054
1 changed files with 1 additions and 1 deletions

View File

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