From df065a134e7032409775e8840c43ee9b3f6332f7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 16 Jul 2014 21:29:08 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/mobi/debug/mobi8.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/mobi/debug/mobi8.py b/src/calibre/ebooks/mobi/debug/mobi8.py index 3c465a251a..1786f9bfb6 100644 --- a/src/calibre/ebooks/mobi/debug/mobi8.py +++ b/src/calibre/ebooks/mobi/debug/mobi8.py @@ -156,7 +156,7 @@ class MOBIFile(object): self.containers = [] known_types = {b'FLIS', b'FCIS', b'SRCS', b'\xe9\x8e\r\n', b'RESC', b'BOUN', b'FDST', b'DATP', - b'AUDI', b'VIDE', b'CRES', b'CONT', b'CMET'} + b'AUDI', b'VIDE', b'CRES', b'CONT', b'CMET', b'PAGE'} container = None for i, rec in enumerate(records):