Browse Source

[fix] opensearch xml mimetype - #184

Adam Tauber 10 years ago
parent
commit
8cd7617054
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/webapp.py

+ 1 - 1
searx/webapp.py

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