From c6f568534f934c6105daa35adb03bb19d85ecb2f Mon Sep 17 00:00:00 2001 From: Mingyue Gao Date: Fri, 23 Mar 2018 22:39:31 +0100 Subject: [PATCH] fix(template): download book with capital ext by kindle's browser --- cps/templates/detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cps/templates/detail.html b/cps/templates/detail.html index 7e30022d..30df15a1 100644 --- a/cps/templates/detail.html +++ b/cps/templates/detail.html @@ -22,7 +22,7 @@ {{_('Download')}} : {% for format in entry.data %} - + {{format.format}} ({{ format.uncompressed_size|filesizeformat }}) {% endfor %} @@ -33,7 +33,7 @@ {% endif %}