diff --git a/cps/helper.py b/cps/helper.py
index c11c6909..e5874822 100644
--- a/cps/helper.py
+++ b/cps/helper.py
@@ -177,7 +177,7 @@ def check_send_to_kindle(entry):
# Check if a reader is existing for any of the book formats, if not, return empty list, otherwise return
# list with supported formats
def check_read_formats(entry):
- EXTENSIONS_READER = {'TXT', 'PDF', 'EPUB', 'ZIP', 'CBZ', 'TAR', 'CBT', 'RAR', 'CBR'}
+ EXTENSIONS_READER = {'TXT', 'PDF', 'EPUB', 'CBZ', 'CBT', 'CBR'}
bookformats = list()
if len(entry.data):
for ele in iter(entry.data):
diff --git a/cps/templates/readpdf.html b/cps/templates/readpdf.html
index 5f59a062..a49576f2 100644
--- a/cps/templates/readpdf.html
+++ b/cps/templates/readpdf.html
@@ -34,20 +34,18 @@ See https://github.com/adobe-type-tools/cmap-resources
-
-
+