Skip to content

Commit

Permalink
Fix XML
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Jul 3, 2024
1 parent fb88a84 commit b44e093
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ged2site
Original file line number Diff line number Diff line change
Expand Up @@ -9123,8 +9123,9 @@ sub print_person
$notes = lcfirst($notes) unless($notes =~ /^(RAF|Royal Navy)/);
$notes =~ s/[\s\.]+$//;
$notes =~ s/<br>/ /g;
$notes = wide_to_xml($notes);
print $xml "\n\t\t\t\t<notes>",
"\n\t\t\t\t\t$notes",
"\n\t\t\t\t\t", wide_to_xml($notes),
"\n\t\t\t\t</notes>";
$entry->{'notes'} = $notes;
}
Expand Down

0 comments on commit b44e093

Please sign in to comment.