Skip to content

Commit

Permalink
Uniform indentation, close header tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sukiletxe committed Oct 8, 2020
1 parent 6008bc8 commit 48466c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions get_unsong.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def create_book():
fp.write("<header>")
if INCLUDE_AUTOGEN_COVER:
fp.write("<img src='%s' alt=''>" % make_cover())
fp.write("</header>")
fp.write("<main>")
fp.write("\n\n\n".join(nchapters))
fp.write("</main>")
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 48466c6

Please sign in to comment.