diff options
| author | Łukasz Wilenski <wooc@gazeta.pl> | 2011-01-24 17:12:39 +0000 |
|---|---|---|
| committer | Łukasz Wilenski <wooc@gazeta.pl> | 2011-01-24 17:12:39 +0000 |
| commit | 6676715738d09f8387cd596d1ec6986278546e5e (patch) | |
| tree | 5ad5f74a977ac8123cbfa6a85f717def62ddadf6 | |
| parent | f26e346bc98f36d13adffc438e35424512dee333 (diff) | |
| download | webtrees-6676715738d09f8387cd596d1ec6986278546e5e.tar.gz webtrees-6676715738d09f8387cd596d1ec6986278546e5e.tar.bz2 webtrees-6676715738d09f8387cd596d1ec6986278546e5e.zip | |
#706788 - Run on NOTE from REPO
| -rw-r--r-- | includes/functions/functions_print_facts.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/functions/functions_print_facts.php b/includes/functions/functions_print_facts.php index eaee159509..d366c1afc9 100644 --- a/includes/functions/functions_print_facts.php +++ b/includes/functions/functions_print_facts.php @@ -474,6 +474,7 @@ function print_repository_record($xref) { if ($repository && $repository->canDisplayDetails()) { echo '<a class="field" href="', $repository->getHtmlUrl(), '">', $repository->getFullName(), '</a><br />'; print_address_structure($repository->getGedcomRecord(), 1); + echo '<br />'; print_fact_notes($repository->getGedcomRecord(), 1); } } |
