summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/webapp.py')
-rw-r--r--searx/webapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index e25156f40..7c3eddee8 100644
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -638,7 +638,7 @@ def opensearch():
resp = Response(response=ret,
status=200,
- mimetype="application/xml")
+ mimetype="text/xml")
return resp