Originally the code will put the actual verse number as text content in the generated usx files. For example given the following text:
[1] In het begin schiep God de hemel en de aarde. [2] De aarde was nog woest en doods, en duisternis lag over de oervloed, maar Gods geest zweefde over het water.
The actual output would be:
[1] 1 In het begin schiep God de hemel en de aarde. [2] 2 De aarde was nog woest en doods, en duisternis lag over de oervloed, maar Gods geest zweefde over het water.
Notice the duplicate verse numbers. This tiny code modification fixes it.
Great! Thanks for your contribution. That code was a bit outdated indeed, I've put my time mainly in the Bible.com script. I trust that you have tested the code and that it'll work as expected ☺️.
Originally the code will put the actual verse number as text content in the generated
usx
files. For example given the following text:The actual output would be:
Notice the duplicate verse numbers. This tiny code modification fixes it.