Skip to content

Commit

Permalink
Revert to @rend
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoden committed Apr 9, 2020
1 parent 3b6fa57 commit 3caa2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imxml2django.py
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ def treat_verselines(verse_element):
xmlEOAchapter.set("language", strLanguage)
# xmlEOAchapter.set("language", xmlChapter.get("language"))
xmlEOAchapter.set("order", str(intChapterNumber))
if xmlChapter.get("n") != "nonumber":
if xmlChapter.get("rend") != "nonumber":
xmlEOAchapter.set("id", xmlChapter.get("id"))
xmlChapterHeadline = xmlChapter.find(".//head")
if xmlChapter.get("id") in dictChapters:
Expand Down

0 comments on commit 3caa2eb

Please sign in to comment.