Commit 5ec9051f authored by OzzieIsaacs's avatar OzzieIsaacs

Add charset to opds feed for read books

parent fdabb804
......@@ -1864,7 +1864,7 @@ def render_read_books(page, are_read, as_xml=False):
if as_xml:
xml = render_title_template('feed.xml', entries=entries, pagination=pagination)
response = make_response(xml)
response.headers["Content-Type"] = "application/xml"
response.headers["Content-Type"] = "application/xml; charset=utf-8"
return response
else:
if are_read:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment