From 0654bd368769e5d788e65d0ebe35bcb448ebfdc0 Mon Sep 17 00:00:00 2001 From: Nigel Horne Date: Wed, 25 Sep 2024 21:03:10 -0400 Subject: [PATCH] Put notes in a new paragraph --- gedcom | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gedcom b/gedcom index b7ad0ef..5dd3464 100755 --- a/gedcom +++ b/gedcom @@ -7304,9 +7304,10 @@ sub print_person $phrase = Data::Text->new(); } if(scalar(@phrases)) { - $bio->append(conjunction(map { $_->as_string() } @phrases))->append(".\n"); + $bio->append(conjunction(map { $_->as_string() } @phrases))->append('.'); @phrases = (); } + $notes = "\n$notes"; } $notes =~ s/\.$//; $phrase = Data::Text->new($notes);