Skip to content

Commit

Permalink
Fix spacing when married a relative
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Jan 12, 2025
1 parent 9163c7e commit c41a0ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gedcom
Original file line number Diff line number Diff line change
Expand Up @@ -3926,8 +3926,8 @@ sub print_person

# Note if this person married a relative
if(my $srelationship = $person->relationship($spouses[0])) {
$phrase->append($person->possessive())
->append("$srelationship ");
$phrase->append(lcfirst($person->possessive()))
->append(" $srelationship ");
}

if($haveprintedspousename) {
Expand Down

0 comments on commit c41a0ed

Please sign in to comment.