Bug report: Cross-references duplicated in SAB 8.3

I have started updating some of our apps to 8.3, but noticed today that all of the cross-references are now being duplicated, sometimes twice and sometimes as many as 4 times. I’m attaching a screenshot of what’s happening. This is happening with multiple apps, so I’m thinking this may be a bug.

Thanks,
David Fetrow

I see similar - wherever a reference inside xt xt* has a comma or semicolon, the reference is duplicated in the app - in my situation, I can simply move the closing xt* before the comma/semicolon - not so easy for the scenario you illustrate.
Cheers
Laurie

My apologies, David, Laurie. Thanks for spotting this.
It has been fixed for the next release, which we will make available in the next few days.

And here is a workaround:

In the example screenshot above, you should not get the duplication problem if you use the \r USFM marker rather than \xt...\xt*

E.g.

\s Yohana Batizelipye wo Kilɛ jomɔ yɛrɛ
\r (Macoo 3:1-12; Luka 3:1-18; Yohana 1:19-28)

rather than:

\s Yohana Batizelipye wo Kilɛ jomɔ yɛrɛ
\p \xt (Macoo 3:1-12; Luka 3:1-18; Yohana 1:19-28)\xt*

Ref: https://ubsicap.github.io/usfm/titles_headings/index.html#r

Richard,

Thanks for fixing this and for suggesting the workaround!

David