Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Upstream Problem
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: usfm2osis.py
-
Labels:None
Description
When a footnote contains a keyword marked to begin with \fk but with implicit end by the footnote text marker \ft, usfm2osis.py misplaces the </catchWord> at the end of the note element.
It should be placed before the footnote text begins.
Example: Somali Bible - within Gen 16:14
USFM: \f + \fr 16:14 \fk Bi'ir Lahayroy \ft = Ceelka kan nool oo i arka \f*
OSIS:
<note placement="foot"><reference type="annotateRef">16:14</reference> <catchWord>Bi'ir Lahayroy = Ceelka kan nool oo i arka</catchWord></note>
Should be:
<note placement="foot"><reference type="annotateRef">16:14</reference> <catchWord>Bi'ir Lahayroy</catchWord> = Ceelka kan nool oo i arka</note>