friendsofagape / autographa-lite

A Bible translation editor for everyone.
http://www.autographa.org
MIT License
13 stars 8 forks source link

code change to avoid joint verse reading clash with mtag versenum #177

Closed Ashersam closed 4 years ago

Ashersam commented 4 years ago

vnum was reading a versenumber from usfm tag for joint verse, but v was verse count. To read db we use v instead of vnum but for joint verse, it used to throw errror since verse count mismatch so we used vnum. But this use case clashes when the USFM only has a single verse in a chapter.