From 4d79c593f768be7d04ab5b1ebcfbe6b25d6e854d Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Tue, 13 Aug 2024 19:40:32 +0200 Subject: [PATCH] Fix for #2990 (Kobo browser not downloading kepub files) --- cps/templates/detail.html | 4 ++-- cps/templates/shelfdown.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cps/templates/detail.html b/cps/templates/detail.html index bca7b1c8..b52a231b 100644 --- a/cps/templates/detail.html +++ b/cps/templates/detail.html @@ -20,7 +20,7 @@ {{ _('Download') }} : {% for format in entry.data %} - {{ format.format }} @@ -36,7 +36,7 @@ diff --git a/cps/templates/shelfdown.html b/cps/templates/shelfdown.html index 19a42b01..cb183a03 100644 --- a/cps/templates/shelfdown.html +++ b/cps/templates/shelfdown.html @@ -55,7 +55,7 @@ {% if entry.Books.data|length %}
{% for format in entry.Books.data %} - + {{format.format}} ({{ format.uncompressed_size|filesizeformat }}) {% endfor %}