mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-20 03:16:07 +01:00
fix indentation.
This commit is contained in:
parent
a01eec3779
commit
7c7c94df61
1 changed files with 1 additions and 1 deletions
|
|
@ -281,6 +281,6 @@ def get_pages_pagebreak_tag(self, mobi_file_path):
|
|||
|
||||
html = mr.mobi_html.lower()
|
||||
for m in re.finditer('<\s*(mbp:)?pagebreak[^>]*>'):
|
||||
pages.append(m.end())
|
||||
pages.append(m.end())
|
||||
|
||||
return pages
|
||||
|
|
|
|||
Loading…
Reference in a new issue