From 48466c6e08566a2612a6d6efd1eb238b880e4ffe Mon Sep 17 00:00:00 2001 From: Sukil Etxenike Date: Thu, 8 Oct 2020 13:15:58 +0200 Subject: [PATCH] Uniform indentation, close header tag --- get_unsong.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/get_unsong.py b/get_unsong.py index 0565996..0e5b87f 100644 --- a/get_unsong.py +++ b/get_unsong.py @@ -80,7 +80,7 @@ def create_book(): fp.write("
") if INCLUDE_AUTOGEN_COVER: fp.write("" % make_cover()) - + fp.write("
") fp.write("
") fp.write("\n\n\n".join(nchapters)) fp.write("
") @@ -211,7 +211,7 @@ def get_next(next): previous, html, details, next = get_url(next) if details["type"] == "author note": if INCLUDE_AUTHOR_NOTES == "appendix": - AUTHOR_NOTES.append(html) + AUTHOR_NOTES.append(html) elif INCLUDE_AUTHOR_NOTES: CHAPTERS.append(html) else: