diff --git a/graph/samples/004004022_00019.json b/graph/samples/004004022_00019.json index cfd0ae4..5406473 100644 --- a/graph/samples/004004022_00019.json +++ b/graph/samples/004004022_00019.json @@ -312,6 +312,16 @@ } ] } ] } ] + } ], + "fields" : [ { + "type" : "http://gedcomx.org/Age", + "values" : [ { + "type" : "http://gedcomx.org/Original", + "text" : "54 de edad" + },{ + "type" : "http://gedcomx.org/Interpreted", + "text" : "54" + } ] } ] }, { "id" : "r1p4", diff --git a/graph/view/PersonBox.js b/graph/view/PersonBox.js index 890f7ba..12e168d 100644 --- a/graph/view/PersonBox.js +++ b/graph/view/PersonBox.js @@ -250,8 +250,8 @@ function PersonBox(personNode, relChart, personAbove, personBelow, generationInd \n`); - }); - }); + }).join("\n"); + }).join("\n"); } /**