Skip to content

Commit

Permalink
Merge pull request #2 from sukiletxe/fix-typos
Browse files Browse the repository at this point in the history
Uniform indentation, close header tag
  • Loading branch information
wyattscarpenter authored Dec 16, 2020
2 parents a1e1389 + 48466c6 commit f0f6f79
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 @@ -82,7 +82,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 @@ -220,7 +220,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)
elif details["type"] == "tosefta":
Expand Down

0 comments on commit f0f6f79

Please sign in to comment.