From 22fae51c9d95114f6a8849f70af22c635efb469c Mon Sep 17 00:00:00 2001 From: Braincoke Date: Mon, 18 May 2020 20:07:02 +0200 Subject: [PATCH] Fix XML parsing error when using OPDS feeds Using the OPDS feeds with MoonReader yielded the following error: "Error parsing XML: unbound prefix". This was due to a missing namespace in the feed.xml template. See https://github.com/janeczku/calibre-web/issues/1403 for more information. --- cps/templates/feed.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cps/templates/feed.xml b/cps/templates/feed.xml index ac9d9096..4b65b1ca 100644 --- a/cps/templates/feed.xml +++ b/cps/templates/feed.xml @@ -1,5 +1,5 @@ - + urn:uuid:2853dacf-ed79-42f5-8e8a-a7bb3d1ae6a2 {{ current_time }}