From 0f07cab920f7dd316296f06215312c328182b618 Mon Sep 17 00:00:00 2001 From: Kelson Date: Sun, 17 May 2020 20:19:19 +0200 Subject: [PATCH] Small HTTP header beautification --- src/server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server.cpp b/src/server.cpp index c9372e899..783f4a894 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -824,7 +824,7 @@ Response InternalServer::handle_catalog(const RequestContext& request) opdsDumper.setRootLocation(m_root); opdsDumper.setSearchDescriptionUrl("catalog/searchdescription.xml"); opdsDumper.setLibrary(mp_library); - response.set_mimeType("application/atom+xml;profile=opds-catalog;kind=acquisition; charset=utf-8"); + response.set_mimeType("application/atom+xml; profile=opds-catalog; kind=acquisition; charset=utf-8"); std::vector bookIdsToDump; if (url == "root.xml") { opdsDumper.setTitle("All zims");