Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8cd76170 authored by Adam Tauber's avatar Adam Tauber
Browse files

[fix] opensearch xml mimetype - #184

parent 285f991c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -638,7 +638,7 @@ def opensearch():

    resp = Response(response=ret,
                    status=200,
                    mimetype="application/xml")
                    mimetype="text/xml")
    return resp