Skip to content

Commit

Permalink
utf-8-sig
Browse files Browse the repository at this point in the history
  • Loading branch information
joshinils committed Sep 5, 2020
1 parent b149397 commit 52d084a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def url_for(where, filename):

guideHtmlString = template.render(guide=guide, url_for=url_for)

f = codecs.open("guide.html", "w", "utf-8")
f = codecs.open("guide.html", "w", "utf-8-sig")
f.write(guideHtmlString)
f.close()

Expand Down

0 comments on commit 52d084a

Please sign in to comment.