mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-30 23:03:02 +00:00 
			
		
		
		
	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.
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/terms/"> | ||||
| <feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/terms/" xmlns:dcterms="http://purl.org/dc/terms/"> | ||||
|   <id>urn:uuid:2853dacf-ed79-42f5-8e8a-a7bb3d1ae6a2</id> | ||||
|   <updated>{{ current_time }}</updated> | ||||
|   <link rel="self" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Braincoke
					Braincoke