Skip to content

Commit

Permalink
change the text of the last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Jun 15, 2024
1 parent fe70037 commit ebf642e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ged2site
Original file line number Diff line number Diff line change
Expand Up @@ -1992,7 +1992,7 @@ sub print_person
print $csv $person->xref(), '!', given_names($person), '!';
# $person->as_string({ middle_names => 1, title => 1 }), '!';
if(!defined($firstname)) {
$firstname = 'Alive';
$firstname = 'Living Person';
}
$title = wide_to_html($firstname);
} else {
Expand Down

0 comments on commit ebf642e

Please sign in to comment.